A few changes to kernel_tests. (#10502)

* Disable reader_ops_test on windows.

* Run buildifier on kernel_tests/BUILD

* Mark map_stage_op_test as large.

* Set the size of stage_op_test to large
This commit is contained in:
gunan 2017-06-07 17:09:58 -07:00 committed by Jonathan Hseu
parent 2d8da1d9bd
commit 4572c41df0

View File

@ -980,6 +980,7 @@ tf_py_test(
"//tensorflow/python:variables",
],
data = ["//tensorflow/core:lmdb_testdata"],
tags = ["no_windows"],
)
cuda_py_test(
@ -2377,7 +2378,7 @@ cuda_py_test(
cuda_py_test(
name = "stage_op_test",
size = "medium",
size = "large",
srcs = ["stage_op_test.py"],
additional_deps = [
"//tensorflow/python:array_ops",
@ -2391,7 +2392,7 @@ cuda_py_test(
cuda_py_test(
name = "map_stage_op_test",
size = "medium",
size = "large",
srcs = ["map_stage_op_test.py"],
additional_deps = [
"//tensorflow/python:array_ops",