Skip to content

Commit

Permalink
tests: test_spawn: mark test_spawn_bad_value_stress as local_only
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Feb 21, 2022
1 parent b927e02 commit 2e7a013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpcclient/tests/test_spawn.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def test_spawn_sanity(client, argv, expected_stdout, errorcode):
assert expected_stdout == stdout.read().strip()


@pytest.mark.local_only
def test_spawn_bad_value_stress(client):
for i in range(100):
stdout = StringIO()
Expand Down

0 comments on commit 2e7a013

Please sign in to comment.