diff --git a/serversession-backend-acid-state/tests/Main.hs b/serversession-backend-acid-state/tests/Main.hs index 6ec504e..d3344c0 100644 --- a/serversession-backend-acid-state/tests/Main.hs +++ b/serversession-backend-acid-state/tests/Main.hs @@ -22,5 +22,6 @@ main = #if MIN_VERSION_base(4,8,0) allStorageTests acidLocal it runIO parallel shouldBe shouldReturn shouldThrow #else - pendingWith "disabled on GHC < 7.10.1, cf. ." + it "is not tested on GHC < 7.10.1" $ do + pendingWith "" #endif