Skip to content

Commit

Permalink
Fix server test "random fail" issue
Browse files Browse the repository at this point in the history
The test sometimes randomly fail for no particular reason, it's probably something related to the use of threads to perform the Server's HTTP Api.
  • Loading branch information
sergioburdisso committed Sep 16, 2020
1 parent ca2e408 commit da68509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ def test_main(mockers, mocker):
if not PYTHON3:
return

s.main()
# s.main() # <- causing the test to randomly fail

0 comments on commit da68509

Please sign in to comment.