Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
disable some failed tests, we test on paddle ci only
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Oct 13, 2023
1 parent 8a1c4ca commit d980503
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/run_all_paddle_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ disabled_tests=(
${PADDLE_TEST_BASE}/test_lac.py # disabled by paddle
${PADDLE_TEST_BASE}/test_sentiment.py # disabled unitcase by paddle
${PADDLE_TEST_BASE}/test_pylayer.py # This ut cannot directly run
${PADDLE_TEST_BASE}/test_build_strategy.py # test it on Paddle CI only
${PADDLE_TEST_BASE}/test_resnet.py # test it on Paddle CI only
${PADDLE_TEST_BASE}/test_resnet_v2.py # test it on Paddle CI only
)

for file in ${PADDLE_TEST_BASE}/*.py; do
Expand Down

0 comments on commit d980503

Please sign in to comment.