mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-08 07:38:39 +01:00
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:
parent
2d8da1d9bd
commit
4572c41df0
|
|
@ -980,6 +980,7 @@ tf_py_test(
|
||||||
"//tensorflow/python:variables",
|
"//tensorflow/python:variables",
|
||||||
],
|
],
|
||||||
data = ["//tensorflow/core:lmdb_testdata"],
|
data = ["//tensorflow/core:lmdb_testdata"],
|
||||||
|
tags = ["no_windows"],
|
||||||
)
|
)
|
||||||
|
|
||||||
cuda_py_test(
|
cuda_py_test(
|
||||||
|
|
@ -2377,7 +2378,7 @@ cuda_py_test(
|
||||||
|
|
||||||
cuda_py_test(
|
cuda_py_test(
|
||||||
name = "stage_op_test",
|
name = "stage_op_test",
|
||||||
size = "medium",
|
size = "large",
|
||||||
srcs = ["stage_op_test.py"],
|
srcs = ["stage_op_test.py"],
|
||||||
additional_deps = [
|
additional_deps = [
|
||||||
"//tensorflow/python:array_ops",
|
"//tensorflow/python:array_ops",
|
||||||
|
|
@ -2391,7 +2392,7 @@ cuda_py_test(
|
||||||
|
|
||||||
cuda_py_test(
|
cuda_py_test(
|
||||||
name = "map_stage_op_test",
|
name = "map_stage_op_test",
|
||||||
size = "medium",
|
size = "large",
|
||||||
srcs = ["map_stage_op_test.py"],
|
srcs = ["map_stage_op_test.py"],
|
||||||
additional_deps = [
|
additional_deps = [
|
||||||
"//tensorflow/python:array_ops",
|
"//tensorflow/python:array_ops",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user