Skip to content

Commit

Permalink
Temporarily disable compute library test script
Browse files Browse the repository at this point in the history
Change-Id: I142411ac132e566286f107666be85c3ce9081423
  • Loading branch information
Ramana Radhakrishnan committed Jul 7, 2021
1 parent c9b47d1 commit e7e61c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/scripts/task_python_arm_compute_library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e7e61c4

Please sign in to comment.