Skip to content

Commit

Permalink
Remove parallel execution of failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-iohk committed Sep 24, 2021
1 parent 1431bbc commit 5770c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-node/test/Hydra/Logging/MonitoringSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Network.HTTP.Req (GET (..), NoReqBody (..), bsResponse, defaultHttpConfig
import Test.Network.Ports (withFreePort)

spec :: Spec
spec = parallel $
spec =
describe "Prometheus Metrics" $ do
it "provides count of confirmed transactions from traces" $ do
failAfter 3 $
Expand Down

0 comments on commit 5770c15

Please sign in to comment.