Skip to content

Commit d928dd2

Browse files
committed
Reenabled examples tests
1 parent 76cdc32 commit d928dd2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/download_dataset_metadata.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ -d "../.tfds/metadata" ]; then
1616
echo 'TFDS metadata already exists.';
1717
else
1818
echo 'TFDS metadata does not exist. Downloading...';
19-
git clone --branch v4.8.2 --depth 3 --filter=blob:none --sparse https://github.com/tensorflow/datasets/
19+
git clone --branch v4.9.9 --depth 3 --filter=blob:none --sparse https://github.com/tensorflow/datasets/
2020
cd datasets
2121
git sparse-checkout set tensorflow_datasets/testing/metadata
2222
mkdir ../../.tfds

tests/run_all_tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ if $RUN_PYTEST; then
128128
if [[ $egd == *"_"* ]]; then
129129
continue
130130
fi
131-
# skiping examples until tfds issue is resolved
132-
# pytest $egd
131+
pytest -vvv $egd
133132
done
134133
fi
135134

0 commit comments

Comments
 (0)