Skip to content

Commit ed788a3

Browse files
committed
Comment out flaky test
1 parent e090ffe commit ed788a3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

packages/distributed-process-extras/tests/TestPrimitives.hs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,13 @@ tests transport localNode = [
194194
testGroup "Call/RPC" [
195195
testCase "multicallTest" (multicallTest transport)
196196
],
197-
testGroup "Node Monitoring" [
198-
testCase "Death Notifications"
199-
(delayedAssertion
200-
"subscribers should both have received NodeDown twice"
201-
localNode () (testMonitorNodeDeath transport))
202-
]
197+
-- TODO: the test below has been very flaky in CI
198+
-- testGroup "Node Monitoring" [
199+
-- testCase "Death Notifications"
200+
-- (delayedAssertion
201+
-- "subscribers should both have received NodeDown twice"
202+
-- localNode () (testMonitorNodeDeath transport))
203+
-- ]
203204
]
204205

205206
primitivesTests :: NT.Transport -> IO [Test]

0 commit comments

Comments
 (0)