Skip to content

Commit 91b6db0

Browse files
committed
Disable no_platforms loader test due to ctest bug on windows
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 2a580bf commit 91b6db0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/loader/platforms/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ function(add_loader_platform_test name ENV)
3232
)
3333
endfunction()
3434

35-
add_loader_platform_test(no_platforms "UR_ADAPTERS_FORCE_LOAD=\"\"")
35+
# Disabling the force load due to issues with the test on windows.
36+
#add_loader_platform_test(no_platforms "UR_ADAPTERS_FORCE_LOAD=\"\"")
3637
add_loader_platform_test(null_platform "UR_ADAPTERS_FORCE_LOAD=\"$<TARGET_FILE:ur_adapter_mock>\"")

0 commit comments

Comments
 (0)