aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/cloud/gcs_dns_cache_test.cc
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2017-11-16 15:08:35 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-11-16 15:13:09 -0800
commit5dc9d20f9717f7c097188b3ce7ec1ca1d127afd6 (patch)
treeaae94414fa4af9a06c1ba215a2299ff636060588 /tensorflow/core/platform/cloud/gcs_dns_cache_test.cc
parentf5250528a952a37abb8ffae92e77e8f8961c2499 (diff)
Disable non-hermetic testcase in gcs_dns_cache_test.
PiperOrigin-RevId: 176027515
Diffstat (limited to 'tensorflow/core/platform/cloud/gcs_dns_cache_test.cc')
-rw-r--r--tensorflow/core/platform/cloud/gcs_dns_cache_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/core/platform/cloud/gcs_dns_cache_test.cc b/tensorflow/core/platform/cloud/gcs_dns_cache_test.cc
index cba6caff22..8d1a108f30 100644
--- a/tensorflow/core/platform/cloud/gcs_dns_cache_test.cc
+++ b/tensorflow/core/platform/cloud/gcs_dns_cache_test.cc
@@ -104,7 +104,8 @@ class GcsDnsCacheTest : public ::testing::Test {
}
};
-TEST_F(GcsDnsCacheTest, ResolveName) { ResolveNameTest(); }
+// This sends a DNS name resolution request, thus it is flaky.
+// TEST_F(GcsDnsCacheTest, ResolveName) { ResolveNameTest(); }
TEST_F(GcsDnsCacheTest, AnnotateRequest) { AnnotateRequestTest(); }