Disable platform_subprocess_test in opensource tests.

Change: 139551776
This commit is contained in:
Gunhan Gulsoy 2016-11-18 00:01:27 -08:00 committed by TensorFlower Gardener
parent bcdb8eb5ae
commit 7409d62446

View File

@ -1543,7 +1543,6 @@ tf_cc_tests(
"platform/net_test.cc",
"platform/port_test.cc",
"platform/profile_utils/cpu_utils_test.cc",
"platform/subprocess_test.cc",
],
deps = [
":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(
size = "small",
srcs = ["platform/env_test.cc"],