File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4439,7 +4439,11 @@ findDefinitionAndHoverTests = let
4439
4439
, test no yes holeL65 hleInfo2 " hole with variable"
4440
4440
, test no yes cccL17 docLink " Haddock html links"
4441
4441
, testM yes yes imported importedSig " Imported symbol"
4442
- , testM yes yes reexported reexportedSig " Imported symbol (reexported)"
4442
+ , if | isWindows ->
4443
+ -- Flaky on Windows: https://github.com/haskell/haskell-language-server/issues/2997
4444
+ testM broken yes reexported reexportedSig " Imported symbol (reexported)"
4445
+ | otherwise ->
4446
+ testM yes yes reexported reexportedSig " Imported symbol (reexported)"
4443
4447
, if | ghcVersion == GHC90 && isWindows ->
4444
4448
test no broken thLocL57 thLoc " TH Splice Hover"
4445
4449
| ghcVersion == GHC92 && (isWindows || isMac) ->
You can’t perform that action at this time.
0 commit comments