Skip to content

Commit ce038dd

Browse files
committed
Use different tagsuite tag
1 parent 8c84672 commit ce038dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

internal/testhelpers/tagsuite/tagsuite.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import (
1313
const (
1414
Activate = "activate"
1515
Analytics = "analytics"
16+
API = "api"
1617
Artifacts = "artifacts"
1718
Auth = "auth"
1819
Automation = "automation"

test/integration/api_int_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func (suite *ApiIntegrationTestSuite) TestNoApiCallsForPlainInvocation() {
5757
}
5858

5959
func (suite *ApiIntegrationTestSuite) TestAPIHostConfig_SetBeforeInvocation() {
60-
suite.OnlyRunForTags(tagsuite.Critical)
60+
suite.OnlyRunForTags(tagsuite.API)
6161

6262
ts := e2e.New(suite.T(), false)
6363
defer ts.Close()
@@ -92,7 +92,7 @@ func (suite *ApiIntegrationTestSuite) TestAPIHostConfig_SetBeforeInvocation() {
9292
}
9393

9494
func (suite *ApiIntegrationTestSuite) TestAPIHostConfig_SetOnFirstInvocation() {
95-
suite.OnlyRunForTags(tagsuite.Critical)
95+
suite.OnlyRunForTags(tagsuite.API)
9696

9797
ts := e2e.New(suite.T(), false)
9898
defer ts.Close()

0 commit comments

Comments
 (0)