diff --git a/test/integration/install_int_test.go b/test/integration/install_int_test.go index c47d2c2d84..4f50a4ced8 100644 --- a/test/integration/install_int_test.go +++ b/test/integration/install_int_test.go @@ -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()