Skip to content

Commit e94b941

Browse files
authored
Skip another flaky transparent compiler test (#17347)
1 parent b25b426 commit e94b941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FSharp.Compiler.ComponentTests/FSharpChecker/TransparentCompiler.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ printfn "Hello from F#"
10131013
checkFile "As 01" expectTwoWarnings
10141014
}
10151015

1016-
[<Fact>]
1016+
[<Fact(Skip="Flaky. See https://github.com/dotnet/fsharp/issues/16766")>]
10171017
let ``Transparent Compiler ScriptClosure cache is populated after GetProjectOptionsFromScript`` () =
10181018
async {
10191019
let transparentChecker = FSharpChecker.Create(useTransparentCompiler = true)

0 commit comments

Comments
 (0)