Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
Disable two TestSmartRetry test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
kobeyang committed Aug 7, 2017
1 parent c12bb7f commit 8b5388e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8b5388e

Please sign in to comment.