提交 2f73ccae 编写于 作者: H Hongkun Yu 提交者: A. Unique TensorFlower

Skip legacy/ to reduce CI test workload.

PiperOrigin-RevId: 481753314
上级 b29aeceb
......@@ -32,7 +32,7 @@ py_test() {
echo "===========Running Python test============"
# 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
echo "####=======Testing ${test_file}=======####"
${PY_BINARY} "${test_file}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册