We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0352fe0 commit c381a80Copy full SHA for c381a80
test/loader/platforms/CMakeLists.txt
@@ -32,5 +32,6 @@ function(add_loader_platform_test name ENV)
32
)
33
endfunction()
34
35
-add_loader_platform_test(no_platforms "UR_ADAPTERS_FORCE_LOAD=\"\"")
+# Disabling the force load due to issues with the test on windows.
36
+#add_loader_platform_test(no_platforms "UR_ADAPTERS_FORCE_LOAD=\"\"")
37
add_loader_platform_test(null_platform "UR_ADAPTERS_FORCE_LOAD=\"$<TARGET_FILE:ur_adapter_mock>\"")
0 commit comments