We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9058543 commit ecdb022Copy full SHA for ecdb022
official/utils/testing/scripts/presubmit.sh
@@ -32,7 +32,7 @@ py_test() {
32
33
echo "===========Running Python test============"
34
# 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'`
+ for test_file in `find official/ -name '*test.py' -print | grep -v -E 'official/(recommendation/ranking|legacy)'`
36
do
37
echo "####=======Testing ${test_file}=======####"
38
${PY_BINARY} "${test_file}"
0 commit comments