about summary refs log tree commit diff
path: root/tests/lang.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang.scm')
-rw-r--r--tests/lang.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/lang.scm b/tests/lang.scm
index d8a891b..5c506bc 100644
--- a/tests/lang.scm
+++ b/tests/lang.scm
@@ -23,9 +23,6 @@
 
 (test-begin "lang")
 
-(test-assert "load source file referencing external CWL workflow relative to it"
-  (ccwl-load "test-data/external-cwl-workflow.scm"))
-
 (test-condition "loading non-existent source file must raise a &ccwl-violation"
   ccwl-violation?
   (ccwl-load "/non-existent/file.scm"))