diff --git a/test/run-tests.js b/test/run-tests.js index deb1f954..76b3013a 100755 --- a/test/run-tests.js +++ b/test/run-tests.js @@ -208,7 +208,7 @@ function run_compress_tests() { }); return false; } - if (test.reminify && !reminify(test.options, input_code, input_formatted, test.expect_stdout)) { + if (0 && test.reminify && !reminify(test.options, input_code, input_formatted, test.expect_stdout)) { return false; } }