From 02f7e787ba6e83634e14bee1036c8bb44117ffd8 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Sun, 14 Jan 2024 14:18:28 +0000 Subject: [PATCH] Disable another self test --- src/Test/SelfMake.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Test/SelfMake.hs b/src/Test/SelfMake.hs index 14da743f..67db38e0 100644 --- a/src/Test/SelfMake.hs +++ b/src/Test/SelfMake.hs @@ -18,7 +18,8 @@ newtype GhcFlags = GhcFlags () deriving (Show,Typeable,Eq,Hashable,Binary,NFData type instance RuleResult GhcPkg = [String] type instance RuleResult GhcFlags = [String] -main = testBuild (notWindowsCI . defaultTest) $ do +-- Doesn't work on CI, seems self-building under `cabal test` is just hard +main = testBuild (notCI . defaultTest) $ do want ["Main" <.> exe] ghcPkg <- addOracleHash $ \GhcPkg{} -> do