Skip to content

Commit ecdb022

Browse files
saberkuntensorflower-gardener
authored andcommitted
Skip legacy/ to reduce CI test workload.
PiperOrigin-RevId: 481753314
1 parent 9058543 commit ecdb022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/utils/testing/scripts/presubmit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ py_test() {
3232

3333
echo "===========Running Python test============"
3434
# Skipping Ranking tests, TODO(b/189265753) remove it once the issue is fixed.
35-
for test_file in `find official/ -name '*test.py' -print | grep -v 'official/recommendation/ranking'`
35+
for test_file in `find official/ -name '*test.py' -print | grep -v -E 'official/(recommendation/ranking|legacy)'`
3636
do
3737
echo "####=======Testing ${test_file}=======####"
3838
${PY_BINARY} "${test_file}"

0 commit comments

Comments
 (0)