From a2afb00c3742d79eb9af4900a91f5f964c5a55e1 Mon Sep 17 00:00:00 2001 From: Matthew Pickering <matthewtpickering@gmail.com> Date: Sat, 25 Dec 2021 18:44:04 +0000 Subject: [PATCH] Disable fork test which seems to be timing sensitive --- test/test/SystemTest.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test/SystemTest.hs b/test/test/SystemTest.hs index 2aeed24..dce58b0 100644 --- a/test/test/SystemTest.hs +++ b/test/test/SystemTest.hs @@ -45,12 +45,14 @@ spec = do roots <- run d gcRoots roots `shouldSatisfy` notNull +{- This test is much more sensitive to timing than the other tests, so disabled for now. describe "RequestRoots(fork)" $ it "should return a non-empty result" $ withStartedDebuggee "debug-test" $ \ _ d -> do fork d roots <- run d gcRoots roots `shouldSatisfy` notNull + -} describe "RequestClosures" $ it "should return a non-empty result" $ -- GitLab