summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/slang-test/slang-test-main.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/slang-test/slang-test-main.cpp b/tools/slang-test/slang-test-main.cpp
index d9451bc92..c3f1d7358 100644
--- a/tools/slang-test/slang-test-main.cpp
+++ b/tools/slang-test/slang-test-main.cpp
@@ -3685,15 +3685,12 @@ SlangResult innerMain(int argc, char** argv)
runUnitTestModule(&context, testOptions, context.options.defaultSpawnType, "slang-unit-test-tool");
}
- // TODO(JS): Temporarily disable gfx unit tests, as some tests are failing for unknown reasons.
-#if 0
{
TestOptions testOptions;
testOptions.categories.add(unitTestCategory);
runUnitTestModule(&context, testOptions, SpawnType::UseProxy, "gfx-unit-test-tool");
}
-#endif
-
+
TestReporter::set(nullptr);
}