link to issue for tasty segfault

This commit is contained in:
Joey Hess 2022-03-15 19:30:57 -04:00
parent 57c01b2a63
commit ca711f1741
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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
]