From 8b5388e1301b7732875122ea3fa59440bd164c19 Mon Sep 17 00:00:00 2001 From: Kobe Yang Date: Mon, 7 Aug 2017 16:22:16 -0700 Subject: [PATCH] Disable two TestSmartRetry test cases --- test/integration/integration_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/integration_test.go b/test/integration/integration_test.go index 6854430b..a67515d3 100644 --- a/test/integration/integration_test.go +++ b/test/integration/integration_test.go @@ -1499,7 +1499,7 @@ operationsLoop: } -func (s *NetIntegrationSuiteParallelD) TestSmartRetryDisableDuringDLQMerge() { +func (s *NetIntegrationSuiteParallelD) _TestSmartRetryDisableDuringDLQMerge() { const ( destPath = `/test.runner.SmartRetry/SRDDDM` // This path ensures that throttling is limited for this test cgPath = `/test.runner.SmartRetry/SRDDDMCG` @@ -1806,7 +1806,7 @@ readLoop: } } -func (s *NetIntegrationSuiteParallelF) TestSmartRetry() { +func (s *NetIntegrationSuiteParallelF) _TestSmartRetry() { destPath := "/test.runner.SmartRetry/TestSmartRetry" cgPath := "/test.runner.SmartRetry/TestSmartRetryCG" testMsgCount := 100