These tests were found to be flaky (intermittently failing on main or failed in a PR with unrelated changes). See the docs for details.
Tests(s)
tests/python/frontend/paddlepaddle/test_forward.py::test_forward_take_along_axis
Jenkins Links
this test failed and the log show "AttributeError: module 'paddle' has no attribute 'take_along_axis'"
the take_alone_axis api was added since paddle2.3 ane i pass this test on my own env using paddle2.3.2.
how can i fix this error and pass the ci.
thanks