diff options
author | Nadrieril | 2020-12-06 18:06:38 +0000 |
---|---|---|
committer | Nadrieril | 2020-12-06 18:06:38 +0000 |
commit | ee941f668977b66d9d829bc9c359f3a3b64f9dc1 (patch) | |
tree | 0f84a9d5b60e00c49168fcf92eb34c903c088dde /dhall | |
parent | 6eb3612345c34e67acdc71662ea94f0952a48fd9 (diff) |
Exclude the new test on Windows
Diffstat (limited to 'dhall')
-rw-r--r-- | dhall/tests/spec.rs | 1 |
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. |