Skip to content

Commit

Permalink
Re-enable Compute library tests. (#8573)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Ramana Radhakrishnan authored Jul 29, 2021
1 parent a17ee9f commit 2fa26b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/scripts/task_python_arm_compute_library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2fa26b3

Please sign in to comment.