Skip to content

Commit 94b4044

Browse files
committed
Disable psc-publish test suite temporarily
1 parent c0aeec9 commit 94b4044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Main.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ main :: IO ()
177177
main = do
178178
heading "Main compiler test suite"
179179
testCompiler
180-
heading "psc-publish test suite"
181-
testPscPublish
182180
heading "Documentation test suite"
183181
TestDocs.main
182+
-- heading "psc-publish test suite"
183+
-- testPscPublish
184184

185185
where
186186
heading msg = do

0 commit comments

Comments
 (0)