summaryrefslogtreecommitdiff
path: root/dhall
diff options
context:
space:
mode:
authorNadrieril2020-06-25 15:23:02 +0100
committerNadrieril2020-06-25 15:23:02 +0100
commit5dda920cc988bbd332353eea5f310f2798d4ff8c (patch)
tree0cf73de434156905d3fbe704c5bbaf78135e4a45 /dhall
parent61ad94761e8428c19ca06ebb100cd4ee06c02f5a (diff)
fix: ignore a test on Windows
Diffstat (limited to 'dhall')
-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 d9e2c56..d7f1564 100644
--- a/dhall/tests/spec.rs
+++ b/dhall/tests/spec.rs
@@ -479,6 +479,7 @@ fn define_features() -> Vec<TestFeature> {
|| path == "noHeaderForwarding"
// TODO: git changes newlines on windows
|| (cfg!(windows) && path == "unit/AsText")
+ || (cfg!(windows) && path == "unit/QuotedPath")
// TODO: paths on windows have backslashes; this breaks all the `as Location` tests
// See https://github.com/dhall-lang/dhall-lang/issues/1032
|| (cfg!(windows) && path.contains("asLocation"))