Skip to content

Commit 1e92a8c

Browse files
authored
Merge pull request #2318 from ActiveState/DX-1522
Disable offline installer test
2 parents 7da16c4 + a2ed445 commit 1e92a8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/integration/offinstall_int_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import (
2525
"github.com/ActiveState/cli/internal/testhelpers/e2e"
2626
"github.com/ActiveState/cli/internal/testhelpers/tagsuite"
2727
"github.com/google/uuid"
28-
"github.com/stretchr/testify/suite"
2928
)
3029

3130
type OffInstallIntegrationTestSuite struct {
@@ -328,5 +327,6 @@ func (suite *OffInstallIntegrationTestSuite) assertDimensions(event reporters.Te
328327
}
329328

330329
func TestOffInstallIntegrationTestSuite(t *testing.T) {
331-
suite.Run(t, new(OffInstallIntegrationTestSuite))
330+
t.Skip("Skipping offline installer tests as they will soon live in a separate repo")
331+
// suite.Run(t, new(OffInstallIntegrationTestSuite))
332332
}

0 commit comments

Comments
 (0)