From df4a7f736594f4015df479f60b54687e658a5e1f Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Mon, 8 Jun 2015 16:34:16 -0400 Subject: [PATCH] Disable pathname parsing test on Windows for now. --- test/asdf-pathname-test.script | 1 + 1 file changed, 1 insertion(+) diff --git a/test/asdf-pathname-test.script b/test/asdf-pathname-test.script index e967420d..4c90f123 100644 --- a/test/asdf-pathname-test.script +++ b/test/asdf-pathname-test.script @@ -462,4 +462,5 @@ #-gcl ;; expected-failure: GCL crashes badly (assert (test-component-pathnames :delete-host t :support-string-pathnames nil)) +#+os-unix (test-pathname-parsing) -- GitLab