Skip to content

Commit

Permalink
Merge pull request #3011 from ActiveState/DX-2439
Browse files Browse the repository at this point in the history
Disable import integration test
  • Loading branch information
MDrakos authored Jan 11, 2024
2 parents 3e58f11 + e9eeb63 commit 267168b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/import_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ urllib3>=1.21.1,<=1.26.5
)

func (suite *ImportIntegrationTestSuite) TestImport() {
suite.T().Skip("Skipping import test until DX-2444 is resolved: https://activestatef.atlassian.net/browse/DX-2444")
suite.OnlyRunForTags(tagsuite.Import)
ts := e2e.New(suite.T(), false)
defer ts.Close()
Expand Down

0 comments on commit 267168b

Please sign in to comment.