Skip to content

Commit 7dda947

Browse files
committed
batchspawner/tests/test_spawners: Mark slow tests
- The slow test can now be skipped with `-k-slow` .
1 parent e6c0a3e commit 7dda947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

batchspawner/tests/test_spawners.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def new_spawner(db, spawner_class=BatchDummy, **kwargs):
7676
spawner.mock_port = testport
7777
return spawner
7878

79+
@pytest.mark.slow
7980
def test_stress_submit(db, io_loop):
8081
for i in range(200):
8182
time.sleep(0.01)

0 commit comments

Comments
 (0)