Skip to content

Commit

Permalink
Temporarily reduce Discover collection test freq
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes authored and jlangdev committed Aug 8, 2022
1 parent b974eee commit c5c1402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_discover.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ def run_all_tests(self):

return error_checks

@pytest.mark.skipif(sys.version_info.minor < 10, reason="Frequency reduced due to potential race condition")
def test_all_functionality(self):
assert self.run_all_tests() is True

0 comments on commit c5c1402

Please sign in to comment.