Skip to content

Commit

Permalink
Unignore test (#14303)
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 authored Nov 13, 2022
1 parent 782c187 commit b9d1bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fsharp/tests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module CoreTests =
[<Test>]
let ``array-no-dot-FSC_OPTIMIZED`` () = singleTestBuildAndRunVersion "core/array-no-dot" FSC_OPTIMIZED "preview"

[<Test; Ignore("Some tests fail on .NET6 preview6, and fixed in preview7, disabling until preview7 gets released.")>]
[<Test>]
let ``array-no-dot-FSI`` () = singleTestBuildAndRunVersion "core/array-no-dot" FSI "preview"

[<Test>]
Expand Down

0 comments on commit b9d1bc3

Please sign in to comment.