Skip to content

Commit 3dbbcc7

Browse files
authored
Skip another flaky test (#17441)
1 parent 6a828e2 commit 3dbbcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FSharp.Compiler.ComponentTests/CompilerService/AsyncMemoize.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ let ``Job is restarted if first requestor cancels but keeps running if second re
249249
type ExpectedException() =
250250
inherit Exception()
251251

252-
[<Fact>]
252+
[<Fact(Skip="Flaky")>]
253253
let ``Stress test`` () =
254254

255255
let seed = System.Random().Next()

0 commit comments

Comments
 (0)