Skip to content

Commit

Permalink
report skipped tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skallweitNV committed Jan 10, 2025
1 parent 8d06cf5 commit aeb6df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ void runGpuTests(GpuTestFunc func, std::initializer_list<DeviceType> deviceTypes
{
if (!isDeviceTypeAvailable(deviceType))
{
continue;
SKIP("device not available");
}
GpuTestContext ctx;
ctx.slangGlobalSession = getSlangGlobalSession();
Expand Down

0 comments on commit aeb6df0

Please sign in to comment.