Skip to content

Commit 160a0aa

Browse files
committed
Revert "Switch ghcide tests to sequential execution (#4307)"
This reverts commit 349ff6e.
1 parent 8aeda29 commit 160a0aa

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
@@ -27,7 +27,6 @@ extra-deps:
2727
- lsp-types-2.3.0.0
2828
- monad-dijkstra-0.1.1.4 # 5
2929
- retrie-1.2.3
30-
- tasty-1.5.3
3130

3231
# stan and friends
3332
- stan-0.1.3.0

0 commit comments

Comments
 (0)