Skip to content

Commit a08c3e8

Browse files
Ryan Sepassicopybara-github
Ryan Sepassi
authored andcommitted
Disable notebook tests
PiperOrigin-RevId: 234028168
1 parent 0ff411f commit a08c3e8

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

oss_scripts/oss_tests.sh

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,13 @@ function test_notebook() {
5353
set_status
5454
}
5555

56-
# Disable notebook tests for python2.7 and tf2
57-
# TODO(tfds): Re-enable these https://github.com/tensorflow/datasets/issues/48
58-
if [[ "$PY_BIN" = "python2.7" && "$TF_VERSION" = "tf2" ]]
59-
then
60-
echo "Skipping notebook tests"
61-
else
62-
for notebook in $NOTEBOOKS
63-
do
64-
test_notebook $notebook
65-
done
66-
fi
56+
# Disable notebook tests.
57+
# TODO(tfds): Make notebook tests respect the virtualenv
58+
# https://github.com/tensorflow/datasets/issues/48
59+
echo "Skipping notebook tests"
60+
# for notebook in $NOTEBOOKS
61+
# do
62+
# test_notebook $notebook
63+
# done
6764

6865
exit $STATUS

0 commit comments

Comments
 (0)