Skip to content

Commit 7301bd9

Browse files
committed
Drop debug label
1 parent 09f7c70 commit 7301bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/analytics_int_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ func (suite *AnalyticsIntegrationTestSuite) TestInputError() {
465465
}
466466

467467
func (suite *AnalyticsIntegrationTestSuite) TestAttempts() {
468-
suite.OnlyRunForTags(tagsuite.Critical, tagsuite.Analytics, tagsuite.Debug)
468+
suite.OnlyRunForTags(tagsuite.Critical, tagsuite.Analytics)
469469

470470
ts := e2e.New(suite.T(), false)
471471
defer ts.Close()

0 commit comments

Comments
 (0)