Skip to content

Commit

Permalink
restored old test_load.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vimauro committed Sep 5, 2023
1 parent 98647d4 commit a5ec4ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
LOCUST_USERS_SPAWN_RATE = 10
LOCUST_RUNTIME_SEC = 60


@pytest.mark.perf
@pytest.mark.disable_proxy
class TestLoad:
Expand Down Expand Up @@ -57,4 +56,4 @@ def test_load(self, client: Client, did_web, tmp_path: Path):
stats = json.loads(result.stdout)
print(stats)

assert all([s["num_failures"] == 0 for s in stats])
assert all([s["num_failures"] == 0 for s in stats])

0 comments on commit a5ec4ac

Please sign in to comment.