Skip to content

Commit 6cf8933

Browse files
authored
Merge pull request #7677 from bluetech/flaky-no-tests-ran
testing: fix flaky test when executed slowly
2 parents 143e3ab + b47b488 commit 6cf8933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/logging/test_reporting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ def test_simple():
899899
expected_lines.extend(
900900
[
901901
"*test_collection_collect_only_live_logging.py::test_simple*",
902-
"no tests ran in [0-1].[0-9][0-9]s",
902+
"no tests ran in [0-9].[0-9][0-9]s",
903903
]
904904
)
905905
elif verbose == "-qq":

0 commit comments

Comments
 (0)