Skip to content

Commit b9d1bc3

Browse files
authored
Unignore test (dotnet#14303)
1 parent 782c187 commit b9d1bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fsharp/tests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module CoreTests =
7272
[<Test>]
7373
let ``array-no-dot-FSC_OPTIMIZED`` () = singleTestBuildAndRunVersion "core/array-no-dot" FSC_OPTIMIZED "preview"
7474

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

7878
[<Test>]

0 commit comments

Comments
 (0)