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

Commit 3c3b3b1

Browse files
afrozenatorcopybara-github
authored andcommitted
Disable evolved_transformer_test.py for the time being.
PiperOrigin-RevId: 247098725
1 parent 84ab740 commit 3c3b3b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oss_scripts/oss_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ set_status
4141
# test_utils.py is not a test, but pytest thinks it is.
4242
# subword_text_encoder_ops_test, pack_sequences_ops_test: interface with C++ ops
4343
# trax tests need C++
44+
# TODO(davidso): Re-enable EvolvedTransformer when possible.
4445
# others (see below) enable eager, so can't be tested along with the others in
4546
# pytest
4647
pytest --disable-warnings \
@@ -61,6 +62,7 @@ pytest --disable-warnings \
6162
--ignore=tensor2tensor/layers/modalities_test.py \
6263
--ignore=tensor2tensor/layers/ngram_test.py \
6364
--ignore=tensor2tensor/layers/reversible_layers_test.py \
65+
--ignore=tensor2tensor/models/evolved_transformer_test.py \
6466
--ignore=tensor2tensor/models/research \
6567
--ignore=tensor2tensor/models/video/nfg_conv3d_test.py \
6668
--ignore=tensor2tensor/models/video/nfg_conv_lstm_test.py \

0 commit comments

Comments
 (0)