summaryrefslogtreecommitdiff
path: root/dhall/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/build.rs')
-rw-r--r--dhall/build.rs7
1 files changed, 2 insertions, 5 deletions
diff --git a/dhall/build.rs b/dhall/build.rs
index 5faa6b2..565c37e 100644
--- a/dhall/build.rs
+++ b/dhall/build.rs
@@ -255,11 +255,8 @@ fn generate_tests() -> std::io::Result<()> {
|| path == "unit/AlternativeHashMismatch"
// TODO: This test is wrong
|| path == "asLocation"
- // TODO: remote imports
- || path == "unit/SimpleRemote"
- || path == "unit/asLocation/RemoteChain1"
- || path == "unit/asLocation/RemoteChain2"
- || path == "unit/asLocation/RemoteChain3"
+ // TODO: the standard does not respect https://tools.ietf.org/html/rfc3986#section-5.2
+ || path == "unit/asLocation/RemoteCanonicalize4"
// TODO: import headers
|| path == "customHeaders"
|| path == "headerForwarding"