summaryrefslogtreecommitdiff
path: root/dhall/tests/spec.rs
diff options
context:
space:
mode:
authorNadrieril2020-12-06 18:18:05 +0000
committerGitHub2020-12-06 18:18:05 +0000
commit35ed301e8de5a2b1102e370e638564d3c3d204a8 (patch)
tree0f84a9d5b60e00c49168fcf92eb34c903c088dde /dhall/tests/spec.rs
parent3c0a850d1522701e136f4fafbcf69d46560fe0ee (diff)
parentee941f668977b66d9d829bc9c359f3a3b64f9dc1 (diff)
Merge pull request #203 from Nadrieril/fix-import-bug
Diffstat (limited to 'dhall/tests/spec.rs')
-rw-r--r--dhall/tests/spec.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall/tests/spec.rs b/dhall/tests/spec.rs
index 6b156f6..646083a 100644
--- a/dhall/tests/spec.rs
+++ b/dhall/tests/spec.rs
@@ -519,6 +519,7 @@ fn ignore_test(variant: SpecTestKind, path: &str) -> bool {
// Paths on windows have backslashes; this breaks many things. This is undefined in the
// spec; see https://github.com/dhall-lang/dhall-lang/issues/1032
|| (variant == ImportSuccess && path.contains("asLocation"))
+ || path == "import/success/unit/MixImportModes"
|| variant == ImportFailure;
// Only include in release tests.