Skip to content

Commit

Permalink
enable parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Feb 29, 2024
1 parent 60fc9c4 commit 93b8985
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import qualified Cardano.Testnet.Test.Cli.Conway.Plutus
import qualified Cardano.Testnet.Test.Cli.KesPeriodInfo
import qualified Cardano.Testnet.Test.Cli.QuerySlotNumber
import qualified Cardano.Testnet.Test.FoldBlocks
import qualified Cardano.Testnet.Test.LedgerEvents.Gov.InfoAction as LedgerEvents
import qualified Cardano.Testnet.Test.LedgerEvents.Gov.ProposeNewConstitution as LedgerEvents
import qualified Cardano.Testnet.Test.LedgerEvents.Gov.ProposeNewConstitutionSPO as LedgerEvents
import qualified Cardano.Testnet.Test.LedgerEvents.SanityCheck as LedgerEvents
import qualified Cardano.Testnet.Test.Node.Shutdown
Expand Down Expand Up @@ -80,7 +82,7 @@ tests = pure $ sequentialTestGroup "test/Spec.hs"

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

ingredients :: [T.Ingredient]
ingredients = T.defaultIngredients
Expand Down

0 comments on commit 93b8985

Please sign in to comment.