We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2044443 commit b794214Copy full SHA for b794214
test/FsAutoComplete.Tests.Lsp/ExtensionsTests.fs
@@ -303,8 +303,8 @@ let formattingTests state =
303
| Result.Error e -> failwithf "Error while formatting %s: %A" sourceFile e
304
| Core.Result.Error errors -> failwithf "Errors while parsing script %s: %A" sourceFile errors
305
})
306
-
307
- testList
+ // Skip until https://github.com/dotnet/sdk/issues/44838 is fixed
+ ptestList
308
"fantomas integration"
309
[ testList
310
"tests"
0 commit comments