Skip to content

Commit 27ffdc4

Browse files
committed
throttle preprints for production tests
1 parent 940f5f4 commit 27ffdc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_preprints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,7 @@ def test_submit_page_loads(self, driver, provider):
13131313

13141314

13151315
@markers.smoke_test
1316+
@pytest.mark.usefixtures('throttle_on_prod')
13161317
@pytest.mark.skipif(
13171318
not settings.PRODUCTION,
13181319
reason='Most of the Branded Preprint Provider pages in test environments have no preprints',

0 commit comments

Comments
 (0)