From 57ec98ddd1540c5c3a7f82d65b2acea634c2d66b Mon Sep 17 00:00:00 2001 From: Ramana Radhakrishnan Date: Wed, 28 Jul 2021 09:18:09 +0100 Subject: [PATCH] Re-enable Compute library tests. ci image v0.06 does not appear to have the flakiness shown in ci image v0.05. However what changed between the 2 remains a mystery and needs further debugging. However for now re-enable this to see how this fares in CI Fixes #8417 --- tests/scripts/task_python_arm_compute_library.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/scripts/task_python_arm_compute_library.sh b/tests/scripts/task_python_arm_compute_library.sh index 75380624572d..7df894d93399 100755 --- a/tests/scripts/task_python_arm_compute_library.sh +++ b/tests/scripts/task_python_arm_compute_library.sh @@ -27,5 +27,4 @@ source tests/scripts/setup-pytest-env.sh find . -type f -path "*.pyc" | xargs rm -f make cython3 -echo "Temporarily suspended while we understand flakiness with #8117" -#run_pytest ctypes python-arm_compute_lib tests/python/contrib/test_arm_compute_lib +run_pytest ctypes python-arm_compute_lib tests/python/contrib/test_arm_compute_lib