Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Disable flaky import tests
  • Loading branch information
Gabriella439 committed Sep 2, 2020
commit d9a483f406a0015c9042d0616dfe08bf0e9a6a4b
2 changes: 2 additions & 0 deletions dhall/tests/Dhall/Test/Import.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ getTests = do
--
-- URL: https://test.dhall-lang.org/Bool/package.dhall
importDirectory </> "success/headerForwardingA.dhall"
, importDirectory </> "success/unit/SimpleRemoteA.dhall"
, importDirectory </> "success/unit/RemoteAsTextA.dhall"
]

successTests <- Test.Util.discover (Turtle.chars <> "A.dhall") successTest (do
Expand Down