Skip to content

Commit

Permalink
Skip another flaky test (dotnet#17441)
Browse files Browse the repository at this point in the history
  • Loading branch information
psfinaki authored Jul 27, 2024
1 parent 6a828e2 commit 3dbbcc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ let ``Job is restarted if first requestor cancels but keeps running if second re
type ExpectedException() =
inherit Exception()

[<Fact>]
[<Fact(Skip="Flaky")>]
let ``Stress test`` () =

let seed = System.Random().Next()
Expand Down

0 comments on commit 3dbbcc7

Please sign in to comment.