From a3bed6e21166e5fac3bc4b5530af693a81b6cb83 Mon Sep 17 00:00:00 2001 From: kiranrg Date: Wed, 3 May 2017 12:27:31 -0700 Subject: [PATCH] disable TestQueueDepth due to flakiness --- test/integration/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/integration_test.go b/test/integration/integration_test.go index 44bf9beb..465b3585 100644 --- a/test/integration/integration_test.go +++ b/test/integration/integration_test.go @@ -2258,7 +2258,7 @@ ReadLoop2: s.Nil(err, "Failed to delete destination") } -func (s *NetIntegrationSuiteParallelB) TestQueueDepth() { +func (s *NetIntegrationSuiteParallelB) _TestQueueDepth() { const ( destPath = `/test.runner.SmartRetry/TestQueueDepth` // This path ensures that throttling is limited for this test cgPath = `/test.runner.SmartRetry/TestQueueDepthCG`