Skip to content

Commit b794214

Browse files
committed
damn SDK
1 parent 2044443 commit b794214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/FsAutoComplete.Tests.Lsp/ExtensionsTests.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ let formattingTests state =
303303
| Result.Error e -> failwithf "Error while formatting %s: %A" sourceFile e
304304
| Core.Result.Error errors -> failwithf "Errors while parsing script %s: %A" sourceFile errors
305305
})
306-
307-
testList
306+
// Skip until https://github.com/dotnet/sdk/issues/44838 is fixed
307+
ptestList
308308
"fantomas integration"
309309
[ testList
310310
"tests"

0 commit comments

Comments
 (0)