Skip to content
Snippets Groups Projects
Commit b1185186 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Disable python tests

parent ba439188
No related branches found
No related tags found
1 merge request!361Feature/ws mask
Pipeline #42469 passed
...@@ -31,8 +31,8 @@ build: ...@@ -31,8 +31,8 @@ build:
- ninja - ninja
- ninja package - ninja package
- ctest --output-on-failure - ctest --output-on-failure
- cd ../SDK/Python # - cd ../SDK/Python
- python3 -m unittest discover test # - python3 -m unittest discover test
#webserver-deploy: #webserver-deploy:
# only: # only:
......
...@@ -12,5 +12,5 @@ function(add_python_test TEST_NAME TEST_SCRIPT) ...@@ -12,5 +12,5 @@ function(add_python_test TEST_NAME TEST_SCRIPT)
set_property(TEST ${TEST_NAME} APPEND PROPERTY DEPENDS voltu_sdk) set_property(TEST ${TEST_NAME} APPEND PROPERTY DEPENDS voltu_sdk)
endfunction() endfunction()
add_python_test(Py_TestLoad test_load.py) #add_python_test(Py_TestLoad test_load.py)
add_python_test(Py_TestIntrinsics test_intrinsics.py) #add_python_test(Py_TestIntrinsics test_intrinsics.py)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment