Disable platform_subprocess_test in opensource tests.
Change: 139551776
This commit is contained in:
parent
bcdb8eb5ae
commit
7409d62446
@ -1543,7 +1543,6 @@ tf_cc_tests(
|
|||||||
"platform/net_test.cc",
|
"platform/net_test.cc",
|
||||||
"platform/port_test.cc",
|
"platform/port_test.cc",
|
||||||
"platform/profile_utils/cpu_utils_test.cc",
|
"platform/profile_utils/cpu_utils_test.cc",
|
||||||
"platform/subprocess_test.cc",
|
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":lib",
|
":lib",
|
||||||
@ -1556,6 +1555,21 @@ tf_cc_tests(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
tf_cc_tests(
|
||||||
|
size = "small",
|
||||||
|
srcs = ["platform/subprocess_test.cc"],
|
||||||
|
tags = ["manual"],
|
||||||
|
deps = [
|
||||||
|
":lib",
|
||||||
|
":lib_internal",
|
||||||
|
":lib_test_internal",
|
||||||
|
":protos_all_cc",
|
||||||
|
":test",
|
||||||
|
":test_main",
|
||||||
|
"//third_party/eigen3",
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
||||||
tf_cc_tests(
|
tf_cc_tests(
|
||||||
size = "small",
|
size = "small",
|
||||||
srcs = ["platform/env_test.cc"],
|
srcs = ["platform/env_test.cc"],
|
||||||
|
Loading…
Reference in New Issue
Block a user