Skip to content

Commit

Permalink
Skip another flaky transparent compiler test (dotnet#17347)
Browse files Browse the repository at this point in the history
  • Loading branch information
psfinaki committed Jun 25, 2024
1 parent b25b426 commit e94b941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ printfn "Hello from F#"
checkFile "As 01" expectTwoWarnings
}

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

0 comments on commit e94b941

Please sign in to comment.