diff --git a/tests/scripts/task_python_arm_compute_library.sh b/tests/scripts/task_python_arm_compute_library.sh index 7df894d93399..75380624572d 100755 --- a/tests/scripts/task_python_arm_compute_library.sh +++ b/tests/scripts/task_python_arm_compute_library.sh @@ -27,4 +27,5 @@ source tests/scripts/setup-pytest-env.sh find . -type f -path "*.pyc" | xargs rm -f make cython3 -run_pytest ctypes python-arm_compute_lib tests/python/contrib/test_arm_compute_lib +echo "Temporarily suspended while we understand flakiness with #8117" +#run_pytest ctypes python-arm_compute_lib tests/python/contrib/test_arm_compute_lib