Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit d115041

Browse files
Ryan SepassiCopybara-Service
Ryan Sepassi
authored and
Copybara-Service
committed
video/base_test.py only on latest TF (very large test)
PiperOrigin-RevId: 212057679
1 parent 97e4bea commit d115041

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

oss_scripts/oss_tests.sh

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pytest \
4949
--ignore=tensor2tensor/rl/trainer_model_based_stochastic_test.py \
5050
--ignore=tensor2tensor/rl/trainer_model_based_sv2p_test.py \
5151
--ignore=tensor2tensor/models/research \
52+
--ignore=tensor2tensor/models/video/base_test.py \
5253
--deselect=tensor2tensor/layers/common_video_test.py::CommonVideoTest::testGifSummary
5354
set_status
5455

@@ -78,6 +79,8 @@ if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]] && [[ "$TF_VERSION" == "$TF_LATEST"
7879
then
7980
pytest tensor2tensor/rl/trainer_model_based_test.py
8081
set_status
82+
pytest tensor2tensor/models/video/base_test.py
83+
set_status
8184
jupyter nbconvert --ExecutePreprocessor.timeout=600 --to notebook --execute tensor2tensor/notebooks/hello_t2t.ipynb
8285
set_status
8386
jupyter nbconvert --ExecutePreprocessor.timeout=600 --to notebook --execute tensor2tensor/notebooks/t2t_problem.ipynb;

0 commit comments

Comments
 (0)