Skip to content

Commit 275d0ba

Browse files
authored
Skip one more test in parallel mode (#20351)
The order of modules is not predictable, thus making the test flaky.
1 parent c2a9642 commit 275d0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-incremental.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ import foo # type: ignore
10901090
[builtins fixtures/module.pyi]
10911091
[stale]
10921092

1093-
[case testIncrementalWithSilentImportsAndIgnore]
1093+
[case testIncrementalWithSilentImportsAndIgnore_no_parallel]
10941094
# cmd: mypy -m main b
10951095
# cmd2: mypy -m main c c.submodule
10961096
# flags: --follow-imports=skip

0 commit comments

Comments
 (0)