Skip to content

Commit 93b8985

Browse files
committed
enable parallel
1 parent 60fc9c4 commit 93b8985

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cardano-testnet/test/cardano-testnet-test/cardano-testnet-test.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import qualified Cardano.Testnet.Test.Cli.Conway.Plutus
1313
import qualified Cardano.Testnet.Test.Cli.KesPeriodInfo
1414
import qualified Cardano.Testnet.Test.Cli.QuerySlotNumber
1515
import qualified Cardano.Testnet.Test.FoldBlocks
16+
import qualified Cardano.Testnet.Test.LedgerEvents.Gov.InfoAction as LedgerEvents
17+
import qualified Cardano.Testnet.Test.LedgerEvents.Gov.ProposeNewConstitution as LedgerEvents
1618
import qualified Cardano.Testnet.Test.LedgerEvents.Gov.ProposeNewConstitutionSPO as LedgerEvents
1719
import qualified Cardano.Testnet.Test.LedgerEvents.SanityCheck as LedgerEvents
1820
import qualified Cardano.Testnet.Test.Node.Shutdown
@@ -80,7 +82,7 @@ tests = pure $ sequentialTestGroup "test/Spec.hs"
8082

8183
-- FIXME Right now when running tests concurrently it makes tests flaky and sometimes stuck
8284
sequentialTestGroup :: T.TestName -> [TestTree] -> TestTree
83-
sequentialTestGroup name = T.sequentialTestGroup name T.AllFinish
85+
sequentialTestGroup = T.testGroup
8486

8587
ingredients :: [T.Ingredient]
8688
ingredients = T.defaultIngredients

0 commit comments

Comments
 (0)