Skip to content

Commit

Permalink
Merge pull request #7677 from bluetech/flaky-no-tests-ran
Browse files Browse the repository at this point in the history
testing: fix flaky test when executed slowly
  • Loading branch information
nicoddemus committed Aug 23, 2020
2 parents 143e3ab + b47b488 commit 6cf8933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/logging/test_reporting.py
Expand Up @@ -899,7 +899,7 @@ def test_simple():
expected_lines.extend(
[
"*test_collection_collect_only_live_logging.py::test_simple*",
"no tests ran in [0-1].[0-9][0-9]s",
"no tests ran in [0-9].[0-9][0-9]s",
]
)
elif verbose == "-qq":
Expand Down

0 comments on commit 6cf8933

Please sign in to comment.