Skip to content

Commit

Permalink
Remove redundant tests that fail on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Dec 18, 2024
1 parent 82c8e2a commit 82b9916
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,4 @@ main = cabalTest . recordMode RecordMarked $ do
assertOutputContainsOn decodeLfMarkLines encodeLf decodeLfMarkLines encodeLf expectMulti outElse
assertOutputDoesNotContainOn id id decodeLfMarkLines encodeLf expectSingle outElse

assertOutputContainsOn id id id id expectMulti outElse
assertOutputDoesNotContainOn id id id id expectSingle outElse

return ()

0 comments on commit 82b9916

Please sign in to comment.