File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
cardano-testnet/test/cardano-testnet-test Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ import qualified Cardano.Testnet.Test.Cli.Conway.Plutus
13
13
import qualified Cardano.Testnet.Test.Cli.KesPeriodInfo
14
14
import qualified Cardano.Testnet.Test.Cli.QuerySlotNumber
15
15
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
16
18
import qualified Cardano.Testnet.Test.LedgerEvents.Gov.ProposeNewConstitutionSPO as LedgerEvents
17
19
import qualified Cardano.Testnet.Test.LedgerEvents.SanityCheck as LedgerEvents
18
20
import qualified Cardano.Testnet.Test.Node.Shutdown
@@ -80,7 +82,7 @@ tests = pure $ sequentialTestGroup "test/Spec.hs"
80
82
81
83
-- FIXME Right now when running tests concurrently it makes tests flaky and sometimes stuck
82
84
sequentialTestGroup :: T. TestName -> [TestTree ] -> TestTree
83
- sequentialTestGroup name = T. sequentialTestGroup name T. AllFinish
85
+ sequentialTestGroup = T. testGroup
84
86
85
87
ingredients :: [T. Ingredient ]
86
88
ingredients = T. defaultIngredients
You can’t perform that action at this time.
0 commit comments