We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7da16c4 + a2ed445 commit 1e92a8cCopy full SHA for 1e92a8c
1 file changed
test/integration/offinstall_int_test.go
@@ -25,7 +25,6 @@ import (
25
"github.com/ActiveState/cli/internal/testhelpers/e2e"
26
"github.com/ActiveState/cli/internal/testhelpers/tagsuite"
27
"github.com/google/uuid"
28
- "github.com/stretchr/testify/suite"
29
)
30
31
type OffInstallIntegrationTestSuite struct {
@@ -328,5 +327,6 @@ func (suite *OffInstallIntegrationTestSuite) assertDimensions(event reporters.Te
328
327
}
329
330
func TestOffInstallIntegrationTestSuite(t *testing.T) {
331
- suite.Run(t, new(OffInstallIntegrationTestSuite))
+ t.Skip("Skipping offline installer tests as they will soon live in a separate repo")
+ // suite.Run(t, new(OffInstallIntegrationTestSuite))
332
0 commit comments