Skip to content

Commit 2eab49c

Browse files
authored
Skip a flaky test (#17431)
1 parent f8a5243 commit 2eab49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FSharp.Compiler.ComponentTests/Miscellaneous/MigratedCoreTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ let ``controlChamenos-FSI`` () =
401401
[<Fact>]
402402
let ``controlMailbox-FSC_OPTIMIZED`` () = singleTestBuildAndRun "core/controlMailbox" FSC_OPTIMIZED
403403

404-
[<Fact>]
404+
[<Fact(Skip="Flaky")>]
405405
let ``controlMailbox-FSI`` () = singleTestBuildAndRun "core/controlMailbox" FSI
406406

407407
[<Fact>]

0 commit comments

Comments
 (0)