Skip to content

Commit 11bb99a

Browse files
fendormergify[bot]
andauthored
Revert "Switch ghcide tests to sequential execution (#4307)" (#4623)
This reverts commit 349ff6e. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent e49d566 commit 11bb99a

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

ghcide-test/exe/Main.hs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ module Main (main) where
3333
import qualified HieDbRetry
3434
import Test.Tasty
3535
import Test.Tasty.Ingredients.Rerun
36-
import Test.Tasty.Runners
3736

3837
import AsyncTests
3938
import BootTests
@@ -71,7 +70,7 @@ import WatchedFileTests
7170
main :: IO ()
7271
main = do
7372
-- We mess with env vars so run single-threaded.
74-
defaultMainWithRerun $ PlusTestOptions mkSequential $ testGroup "ghcide"
73+
defaultMainWithRerun $ testGroup "ghcide"
7574
[ OpenCloseTest.tests
7675
, InitializeResponseTests.tests
7776
, CompletionTests.tests
@@ -105,6 +104,3 @@ main = do
105104
, HieDbRetry.tests
106105
, ExceptionTests.tests
107106
]
108-
where
109-
PlusTestOptions mkSequential _ =sequentialTestGroup "foo" AllFinish []
110-

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2115,7 +2115,7 @@ test-suite ghcide-tests
21152115
, sqlite-simple
21162116
, stm
21172117
, stm-containers
2118-
, tasty >=1.5
2118+
, tasty
21192119
, tasty-expected-failure
21202120
, tasty-hunit >=0.10
21212121
, tasty-quickcheck

stack-lts22.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ extra-deps:
2929
- lsp-types-2.3.0.0
3030
- monad-dijkstra-0.1.1.4 # 5
3131
- retrie-1.2.3
32-
- tasty-1.5.3
3332

3433
# stan and friends
3534
- stan-0.2.1.0

0 commit comments

Comments
 (0)