diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8625e0f..cf693f1 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -207,7 +207,7 @@ add_test(NAME test_curl COMMAND python3 ${cmake_current_source_dir}/compare_stdout.py ${cmake_binary_dir}/sloader curl -s www.example.com) -set_tests_properties(test_rustc test_top test_bash_plus test_curl +set_tests_properties(test_rustc test_top test_bash_plus test_curl test_python3_torch_ones PROPERTIES WILL_FAIL TRUE) if(CUSTOM_LIBC_PATH)