Skip to content

Commit 0f43887

Browse files
committed
Remove parallel processing of ServerSpec tests
These have been increasingly flaky in CI when done in parallel. Observed was an uncaught async exception: 'AsyncCancelled'. This was not reproducible locally, so we decided to turn off parallel.
1 parent 5b3772c commit 0f43887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hydra-node/test/Hydra/API/ServerSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import Test.QuickCheck.Monadic (monadicIO, monitor, pick, run)
5858

5959
spec :: Spec
6060
spec =
61-
parallel $ do
61+
do
6262
it "should fail on port in use" $ do
6363
showLogsOnFailure "ServerSpec" $ \tracer -> failAfter 5 $ do
6464
let withServerOnPort p = withTestAPIServer p alice (mockSource []) tracer

0 commit comments

Comments
 (0)