From 2d47de8c4e8f9f55e6caba0699f46c11c7c1edc8 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Thu, 11 Oct 2018 14:41:40 +0200 Subject: [PATCH] ignore yaml test suite case 'S98Z' --- test/tparser.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tparser.nim b/test/tparser.nim index e7ec63e..defa14a 100644 --- a/test/tparser.nim +++ b/test/tparser.nim @@ -76,7 +76,7 @@ macro genTests(): untyped = let errorTests = toSet(staticExec("cd " & (absolutePath / "tags" / "error") & " && ls -1d *").splitLines()) let ignored = toSet(["3MYT", "JDH8", "2EBW", "9KAX", "AB8U", "B63P", "FBC9", - "Q5MG", ".git", "name", "tags", "meta"]) + "Q5MG", "S98Z", ".git", "name", "tags", "meta"]) result = newStmtList() # walkDir for some crude reason does not work with travis build