From e7e61c47633e7aece6ad6d9147e66895c221ebd3 Mon Sep 17 00:00:00 2001 From: Ramana Radhakrishnan Date: Wed, 7 Jul 2021 16:05:16 +0100 Subject: [PATCH] Temporarily disable compute library test script Change-Id: I142411ac132e566286f107666be85c3ce9081423 --- tests/scripts/task_python_arm_compute_library.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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