We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25b426 commit e94b941Copy full SHA for e94b941
tests/FSharp.Compiler.ComponentTests/FSharpChecker/TransparentCompiler.fs
@@ -1013,7 +1013,7 @@ printfn "Hello from F#"
1013
checkFile "As 01" expectTwoWarnings
1014
}
1015
1016
-[<Fact>]
+[<Fact(Skip="Flaky. See https://github.com/dotnet/fsharp/issues/16766")>]
1017
let ``Transparent Compiler ScriptClosure cache is populated after GetProjectOptionsFromScript`` () =
1018
async {
1019
let transparentChecker = FSharpChecker.Create(useTransparentCompiler = true)
0 commit comments