Skip to content

Commit

Permalink
Re-enable Compute library tests. (apache#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 apache#8417
  • Loading branch information
Ramana Radhakrishnan authored and ylc committed Jan 13, 2022
1 parent 85cedde commit ecb70a6
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 ecb70a6

Please sign in to comment.