From d9805032e0975dd62a18fcaf99a610ae5bfea731 Mon Sep 17 00:00:00 2001 From: SigureMo Date: Fri, 13 Oct 2023 19:47:12 +0800 Subject: [PATCH] disable some failed tests, we test on paddle ci only --- tests/run_all_paddle_ci.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/run_all_paddle_ci.sh b/tests/run_all_paddle_ci.sh index 82b75176b..c2f122172 100644 --- a/tests/run_all_paddle_ci.sh +++ b/tests/run_all_paddle_ci.sh @@ -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