aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/data
diff options
context:
space:
mode:
authorGravatar Revan Sopher <rsopher@google.com>2018-10-02 15:48:27 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-02 15:58:30 -0700
commit6c487cddd3503ef72c015c5c283fff81328282e5 (patch)
tree9a12446c5aeaba50765a4e0a69fbb0c56ed3395b /tensorflow/python/data
parent00000cbfdf0efac737f3bfff94950a49d48659fb (diff)
Internal change.
PiperOrigin-RevId: 215473351
Diffstat (limited to 'tensorflow/python/data')
-rw-r--r--tensorflow/python/data/experimental/kernel_tests/BUILD113
-rw-r--r--tensorflow/python/data/experimental/kernel_tests/optimization/BUILD43
-rw-r--r--tensorflow/python/data/experimental/kernel_tests/serialization/BUILD196
3 files changed, 316 insertions, 36 deletions
diff --git a/tensorflow/python/data/experimental/kernel_tests/BUILD b/tensorflow/python/data/experimental/kernel_tests/BUILD
index a46c30ed2e..f56127f3ef 100644
--- a/tensorflow/python/data/experimental/kernel_tests/BUILD
+++ b/tensorflow/python/data/experimental/kernel_tests/BUILD
@@ -15,6 +15,7 @@ py_test(
tags = [
"no_oss", # (b/79552534)
"no_pip",
+ "no_windows",
],
deps = [
"//tensorflow/python:array_ops",
@@ -43,6 +44,11 @@ py_test(
size = "medium",
srcs = ["bucketing_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
@@ -66,7 +72,11 @@ py_test(
size = "medium",
srcs = ["csv_dataset_op_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python:constant_op",
@@ -93,6 +103,9 @@ py_test(
srcs_version = "PY2AND3",
tags = [
"manual",
+ "no_oss",
+ "no_pip",
+ "no_windows",
"nomac", # b/62040583
],
deps = [
@@ -111,6 +124,11 @@ py_test(
size = "medium",
srcs = ["directed_interleave_dataset_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python:errors",
@@ -126,6 +144,11 @@ py_test(
name = "get_single_element_test",
size = "small",
srcs = ["get_single_element_test.py"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
@@ -144,6 +167,11 @@ py_test(
py_test(
name = "indexed_dataset_ops_test",
srcs = ["indexed_dataset_ops_test.py"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
@@ -164,6 +192,7 @@ py_test(
tags = [
"no_oss",
"no_pip",
+ "no_windows",
"notap",
],
deps = [
@@ -187,7 +216,11 @@ py_test(
size = "small",
srcs = ["iterator_ops_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python:constant_op",
@@ -208,7 +241,9 @@ py_test(
srcs = ["map_dataset_op_test.py"],
srcs_version = "PY2AND3",
tags = [
+ "no_oss",
"no_pip",
+ "no_windows",
"noasan", # times out
"optonly",
],
@@ -234,6 +269,11 @@ py_test(
size = "medium",
srcs = ["filter_dataset_op_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
@@ -254,7 +294,11 @@ py_test(
size = "small",
srcs = ["map_defun_op_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:check_ops",
@@ -277,6 +321,11 @@ py_test(
size = "small",
srcs = ["parsing_ops_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/core:protos_all_py",
"//tensorflow/python:client_testlib",
@@ -313,7 +362,12 @@ cuda_py_test(
"//tensorflow/python/data/ops:dataset_ops",
"//tensorflow/python/data/ops:iterator_ops",
],
- tags = ["no_windows_gpu"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ "no_windows_gpu",
+ ],
)
py_test(
@@ -321,6 +375,11 @@ py_test(
size = "small",
srcs = ["range_dataset_op_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python:constant_op",
@@ -366,7 +425,11 @@ py_test(
size = "medium",
srcs = ["reader_dataset_ops_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":reader_dataset_ops_test_base",
"//tensorflow/python:client_testlib",
@@ -390,6 +453,9 @@ py_test(
shard_count = 2,
srcs_version = "PY2AND3",
tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
"noasan",
"optonly",
],
@@ -415,7 +481,11 @@ py_test(
size = "small",
srcs = ["scan_dataset_op_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
@@ -438,7 +508,9 @@ py_test(
srcs = ["shuffle_dataset_op_test.py"],
srcs_version = "PY2AND3",
tags = [
+ "no_oss",
"no_pip",
+ "no_windows",
"optonly",
],
deps = [
@@ -475,7 +547,11 @@ py_test(
size = "small",
srcs = ["sql_dataset_op_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":sql_dataset_op_test_base",
"//tensorflow/python:client_testlib",
@@ -489,7 +565,11 @@ py_test(
size = "medium",
srcs = ["stats_dataset_ops_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":reader_dataset_ops_test_base",
":stats_dataset_test_base",
@@ -519,7 +599,11 @@ py_test(
size = "small",
srcs = ["threadpool_dataset_ops_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python:dtypes",
@@ -539,7 +623,11 @@ py_test(
size = "small",
srcs = ["unique_dataset_op_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python:dtypes",
@@ -555,6 +643,11 @@ py_test(
name = "writer_ops_test",
size = "small",
srcs = ["writer_ops_test.py"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
diff --git a/tensorflow/python/data/experimental/kernel_tests/optimization/BUILD b/tensorflow/python/data/experimental/kernel_tests/optimization/BUILD
index 68f73bddb5..c92bb8b9bc 100644
--- a/tensorflow/python/data/experimental/kernel_tests/optimization/BUILD
+++ b/tensorflow/python/data/experimental/kernel_tests/optimization/BUILD
@@ -11,6 +11,11 @@ py_test(
size = "medium",
srcs = ["assert_next_dataset_op_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python:errors",
@@ -25,6 +30,11 @@ py_test(
size = "small",
srcs = ["hoist_random_uniform_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python:constant_op",
@@ -43,6 +53,11 @@ py_test(
size = "small",
srcs = ["latency_all_edges_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python:errors",
@@ -58,6 +73,11 @@ py_test(
size = "small",
srcs = ["map_vectorization_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:check_ops",
"//tensorflow/python:client_testlib",
@@ -80,6 +100,11 @@ py_test(
size = "medium",
srcs = ["map_and_filter_fusion_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python:constant_op",
@@ -98,6 +123,11 @@ py_test(
size = "small",
srcs = ["map_parallelization_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python:constant_op",
@@ -117,6 +147,9 @@ py_test(
srcs = ["model_dataset_op_test.py"],
srcs_version = "PY2AND3",
tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
"optonly",
],
deps = [
@@ -136,6 +169,11 @@ py_test(
size = "small",
srcs = ["noop_elimination_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python:errors",
@@ -153,6 +191,11 @@ py_test(
size = "small",
srcs = ["optimize_dataset_op_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python:errors",
diff --git a/tensorflow/python/data/experimental/kernel_tests/serialization/BUILD b/tensorflow/python/data/experimental/kernel_tests/serialization/BUILD
index 20c02a5366..58a335ae4f 100644
--- a/tensorflow/python/data/experimental/kernel_tests/serialization/BUILD
+++ b/tensorflow/python/data/experimental/kernel_tests/serialization/BUILD
@@ -34,7 +34,11 @@ py_test(
size = "medium",
srcs = ["batch_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:array_ops",
@@ -51,6 +55,11 @@ py_test(
size = "small",
srcs = ["cache_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -65,6 +74,11 @@ py_test(
size = "small",
srcs = ["concatenate_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -78,7 +92,11 @@ py_test(
size = "small",
srcs = ["csv_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -92,6 +110,11 @@ py_test(
size = "medium",
srcs = ["dataset_constructor_serialization_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -106,7 +129,11 @@ py_test(
size = "medium",
srcs = ["filter_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -123,7 +150,11 @@ py_test(
srcs = ["fixed_length_record_dataset_serialization_test.py"],
shard_count = 4,
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -136,7 +167,11 @@ py_test(
name = "flat_map_dataset_serialization_test",
size = "medium",
srcs = ["flat_map_dataset_serialization_test.py"],
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -158,6 +193,11 @@ py_test(
size = "medium",
srcs = ["group_by_reducer_serialization_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -172,6 +212,11 @@ py_test(
size = "medium",
srcs = ["group_by_window_serialization_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -186,7 +231,11 @@ py_test(
size = "small",
srcs = ["ignore_errors_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:array_ops",
@@ -202,7 +251,11 @@ py_test(
size = "medium",
srcs = ["interleave_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -219,7 +272,11 @@ py_test(
size = "medium",
srcs = ["map_and_batch_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -234,7 +291,11 @@ py_test(
size = "medium",
srcs = ["map_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -256,6 +317,11 @@ py_test(
size = "small",
srcs = ["optimize_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -269,7 +335,11 @@ py_test(
size = "medium",
srcs = ["padded_batch_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:array_ops",
@@ -285,7 +355,11 @@ py_test(
size = "medium",
srcs = ["parallel_interleave_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -302,7 +376,11 @@ py_test(
size = "medium",
srcs = ["parallel_map_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -323,7 +401,11 @@ py_test(
size = "medium",
srcs = ["parse_example_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -336,7 +418,11 @@ py_test(
size = "small",
srcs = ["prefetch_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -349,6 +435,11 @@ py_test(
size = "small",
srcs = ["range_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -368,6 +459,11 @@ py_test(
size = "medium",
srcs = ["sample_from_datasets_serialization_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -381,7 +477,11 @@ py_test(
size = "small",
srcs = ["scan_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -395,7 +495,11 @@ py_test(
size = "medium",
srcs = ["sequence_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -409,7 +513,11 @@ py_test(
size = "small",
srcs = ["serialization_integration_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python:framework_ops",
@@ -424,7 +532,11 @@ py_test(
size = "medium",
srcs = ["shuffle_and_repeat_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -438,7 +550,11 @@ py_test(
size = "medium",
srcs = ["shuffle_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -454,7 +570,11 @@ py_test(
size = "small",
srcs = ["sql_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:array_ops",
@@ -470,7 +590,11 @@ py_test(
size = "medium",
srcs = ["stats_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:array_ops",
@@ -487,7 +611,11 @@ py_test(
srcs = ["textline_dataset_serialization_test.py"],
shard_count = 4,
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -502,7 +630,11 @@ py_test(
srcs = ["tf_record_dataset_serialization_test.py"],
shard_count = 4,
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -516,7 +648,11 @@ py_test(
size = "medium",
srcs = ["unbatch_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -531,7 +667,11 @@ py_test(
size = "small",
srcs = ["unique_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",
@@ -545,7 +685,11 @@ py_test(
size = "small",
srcs = ["zip_dataset_serialization_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ "no_windows",
+ ],
deps = [
":dataset_serialization_test_base",
"//tensorflow/python:client_testlib",