Skip to content

Commit 4cbfb39

Browse files
authored
disable test
1 parent fd7ccd3 commit 4cbfb39

File tree

1 file changed

+1
-1
lines changed
  • tests/FSharp.Compiler.ComponentTests/FSharpChecker

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ val f: x: 'a -> TFirstV_1<'a>
6868
Assert.True(symbolUse.IsPrivateToFile))
6969
}
7070

71-
[<Fact>]
71+
// [<Fact>] This is a bug - https://github.com/dotnet/fsharp/issues/14419
7272
let ``Private function, with signature file`` () =
7373
SyntheticProject.Create(
7474
{ sourceFile "First" [] with ExtraSource = "let private f3 x = x + 1" }

0 commit comments

Comments
 (0)