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

Commit ed6343a

Browse files
afrozenatorcopybara-github
authored andcommitted
Disable bayes_test for the time being.
PiperOrigin-RevId: 247109463
1 parent 691abb1 commit ed6343a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

oss_scripts/oss_tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@ set_status
8383
# Travis Error:
8484
# ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jaxlib/_pywrap_xla.so)
8585

86+
# TODO(trandustin): Re-enable bayes_test when we can.
87+
# tensor2tensor/layers/bayes_test.py \
88+
8689
# These tests enable eager, so are tested separately.
8790
pytest --disable-warnings \
8891
tensor2tensor/data_generators/problem_test.py \
89-
tensor2tensor/layers/bayes_test.py \
9092
tensor2tensor/layers/common_attention_test.py \
9193
tensor2tensor/layers/common_layers_test.py \
9294
tensor2tensor/layers/common_video_test.py \

0 commit comments

Comments
 (0)