summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadrieril2020-12-06 18:06:38 +0000
committerNadrieril2020-12-06 18:06:38 +0000
commitee941f668977b66d9d829bc9c359f3a3b64f9dc1 (patch)
tree0f84a9d5b60e00c49168fcf92eb34c903c088dde
parent6eb3612345c34e67acdc71662ea94f0952a48fd9 (diff)
Exclude the new test on Windows
-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.