diff --git a/Test/Framework.hs b/Test/Framework.hs index b58a919c9e..30c15537ec 100644 --- a/Test/Framework.hs +++ b/Test/Framework.hs @@ -725,9 +725,8 @@ parallelTestRunner opts mkts Just (n, crippledfilesystem, adjustedbranchok) -> isolateGitConfig $ do let ts = mkts numparts crippledfilesystem adjustedbranchok opts let t = topLevelTestGroup - -- This group is needed to avoid what - -- seems to be a tasty bug which causes a - -- segfault. + -- Work around this strange issue + -- https://github.com/UnkindPartition/tasty/issues/326 [ testGroup "Tasty" [ testProperty "tasty self-check" True ]