From 1b91b3a2a516479b16288c0b8b02ef4a84549f0e Mon Sep 17 00:00:00 2001 From: def Date: Wed, 4 Feb 2015 20:10:57 +0100 Subject: [PATCH] Disable rodfiles tests for now --- tests/testament/categories.nim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim index 5cd5c15457..54e9626932 100644 --- a/tests/testament/categories.nim +++ b/tests/testament/categories.nim @@ -330,8 +330,9 @@ proc `&?.`(a, b: string): string = proc processCategory(r: var TResults, cat: Category, options: string) = case cat.string.normalize of "rodfiles": - compileRodFiles(r, cat, options) - runRodFiles(r, cat, options) + discard # Disabled for now + #compileRodFiles(r, cat, options) + #runRodFiles(r, cat, options) of "js": # XXX JS doesn't need to be special anymore jsTests(r, cat, options)