Skip to content

Commit

Permalink
Merge pull request #3510 from ActiveState/DX-3079
Browse files Browse the repository at this point in the history
Skip integration test
  • Loading branch information
MDrakos authored Sep 25, 2024
2 parents 0eb7c24 + b4c35a8 commit 86659c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/install_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func (suite *InstallIntegrationTestSuite) TestInstall_NoMatches_NoAlternatives()
}

func (suite *InstallIntegrationTestSuite) TestInstall_NoMatches_Alternatives() {
suite.T().Skip("Requires https://activestatef.atlassian.net/browse/DX-3074 to be resolved.")
suite.OnlyRunForTags(tagsuite.Install)
ts := e2e.New(suite.T(), false)
defer ts.Close()
Expand Down

0 comments on commit 86659c5

Please sign in to comment.