File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
internal/testhelpers/tagsuite Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import (
1313const (
1414 Activate = "activate"
1515 Analytics = "analytics"
16+ API = "api"
1617 Artifacts = "artifacts"
1718 Auth = "auth"
1819 Automation = "automation"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ func (suite *ApiIntegrationTestSuite) TestNoApiCallsForPlainInvocation() {
5757}
5858
5959func (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
9494func (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 ()
You can’t perform that action at this time.
0 commit comments