Skip to content

Commit

Permalink
another one bites the dust
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinnfd committed Jul 26, 2024
1 parent e01a97c commit 787312e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions locust/test/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ def my_task(self):
stdout, stderr = proc.communicate()
self.assertIn("Starting web interface at", stderr)

# TODO: test on windows
@unittest.skipIf(os.name == "nt", reason="doesn't currently work with windows shell")
def test_percentiles_to_statistics(self):
port = get_free_tcp_port()
with temporary_file(
Expand Down

0 comments on commit 787312e

Please sign in to comment.