From: Luke Lau Date: Wed, 6 May 2020 15:38:58 +0000 (+0100) Subject: Remove replay tests entirely X-Git-Tag: 0.11.0.0~8 X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=75db44e4ff6541608adca5e6f15523575c98e558 Remove replay tests entirely Might be causing windows tests to fail --- diff --git a/test/Test.hs b/test/Test.hs index 6c153a9..36594aa 100644 --- a/test/Test.hs +++ b/test/Test.hs @@ -126,14 +126,14 @@ main = findServer >>= \serverExe -> hspec $ do in runSession serverExe fullCaps "test/data/renamePass" sesh `shouldThrow` selector - describe "replaySession" $ -- This is too fickle at the moment + -- describe "replaySession" $ -- it "passes a test" $ -- replaySession serverExe "test/data/renamePass" - it "fails a test" $ - let selector (ReplayOutOfOrder _ _) = True - selector _ = False - in replaySession serverExe "test/data/renameFail" `shouldThrow` selector + -- it "fails a test" $ + -- let selector (ReplayOutOfOrder _ _) = True + -- selector _ = False + -- in replaySession serverExe "test/data/renameFail" `shouldThrow` selector -- describe "manual javascript session" $ -- it "passes a test" $