Skip to content

Commit fd92d8a

Browse files
committed
Revert "enable optix test category by default"
This reverts commit d142068.
1 parent d142068 commit fd92d8a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/slang-test/slang-test-main.cpp

+6
Original file line numberDiff line numberDiff line change
@@ -4899,6 +4899,12 @@ SlangResult innerMain(int argc, char** argv)
48994899
options.includeCategories.add(fullTestCategory, fullTestCategory);
49004900
}
49014901

4902+
// Don't include OptiX tests unless the client has explicit opted into them.
4903+
if (!options.includeCategories.containsKey(optixTestCategory))
4904+
{
4905+
options.excludeCategories.add(optixTestCategory, optixTestCategory);
4906+
}
4907+
49024908
// Exclude rendering tests when building under AppVeyor.
49034909
//
49044910
// TODO: this is very ad hoc, and we should do something cleaner.

0 commit comments

Comments
 (0)