Skip to content

Commit

Permalink
Skip a flaky test (dotnet#17431)
Browse files Browse the repository at this point in the history
  • Loading branch information
psfinaki committed Jul 23, 2024
1 parent f8a5243 commit 2eab49c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ let ``controlChamenos-FSI`` () =
[<Fact>]
let ``controlMailbox-FSC_OPTIMIZED`` () = singleTestBuildAndRun "core/controlMailbox" FSC_OPTIMIZED

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

[<Fact>]
Expand Down

0 comments on commit 2eab49c

Please sign in to comment.