summaryrefslogtreecommitdiff
path: root/dhall/tests/spec.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/spec.rs')
-rw-r--r--dhall/tests/spec.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/dhall/tests/spec.rs b/dhall/tests/spec.rs
index 357181a..c9f607c 100644
--- a/dhall/tests/spec.rs
+++ b/dhall/tests/spec.rs
@@ -493,6 +493,8 @@ fn define_features() -> Vec<TestFeature> {
|| cfg!(windows)
// TODO: import headers
|| path == "customHeadersUsingBoundVariable"
+ // TODO: do not recover from cyclic imports
+ || path == "unit/DontRecoverCycle"
}),
output_type: FileType::UI,
..default_feature.clone()