Disable c_api_distributed_test in OSS since it seems flaky

PiperOrigin-RevId: 331204141
Change-Id: Idaae784b31758631a0e32e5aec29161bb7d38bb5
This commit is contained in:
Akshay Modi 2020-09-11 12:49:49 -07:00 committed by TensorFlower Gardener
parent 0f8656631d
commit 34b7331467

View File

@ -625,6 +625,7 @@ tf_cuda_cc_test(
# TODO(b/136478427): Figure out how to correctly shut the server down
args = ["--heap_check=local"],
tags = [
"no_oss", # b/168323632
"no_windows",
"noasan", # leaks gRPC server instances
],