ignore yaml test suite case 'S98Z'

This commit is contained in:
Vindaar 2018-10-11 14:41:40 +02:00 committed by flyx
parent c4e7072722
commit 2d47de8c4e
1 changed files with 1 additions and 1 deletions

View File

@ -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