"vscode:/vscode.git/clone" did not exist on "f3d3fdf8cd676ca9439dd5c08a820980045536d5"
Commit ecdb022c authored by Hongkun Yu's avatar Hongkun Yu Committed by A. Unique TensorFlower
Browse files

Skip legacy/ to reduce CI test workload.

PiperOrigin-RevId: 481753314
parent 90585434
...@@ -32,7 +32,7 @@ py_test() { ...@@ -32,7 +32,7 @@ py_test() {
echo "===========Running Python test============" echo "===========Running Python test============"
# Skipping Ranking tests, TODO(b/189265753) remove it once the issue is fixed. # Skipping Ranking tests, TODO(b/189265753) remove it once the issue is fixed.
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)'`
do do
echo "####=======Testing ${test_file}=======####" echo "####=======Testing ${test_file}=======####"
${PY_BINARY} "${test_file}" ${PY_BINARY} "${test_file}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment