From 94af60e285ae327a359a933b779a7e99bd67af9a Mon Sep 17 00:00:00 2001 From: mitchell Date: Wed, 1 Nov 2023 10:30:48 -0400 Subject: [PATCH] Remove extraneous checkout. --- test/integration/package_int_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/integration/package_int_test.go b/test/integration/package_int_test.go index 776683b07d..77f4e4c4c4 100644 --- a/test/integration/package_int_test.go +++ b/test/integration/package_int_test.go @@ -470,11 +470,6 @@ func (suite *PackageIntegrationTestSuite) TestJSON() { cp.ExpectExitCode(0) AssertValidJSON(suite.T(), cp) - cp = ts.Spawn("checkout", "ActiveState-CLI/Perl-5.32", ".") - cp.Expect("Skipping runtime setup") - cp.Expect("Checked out project") - cp.ExpectExitCode(0) - cp = ts.SpawnWithOpts( e2e.OptArgs("checkout", "ActiveState-CLI/Packages-Perl", "."), e2e.OptAppendEnv("ACTIVESTATE_CLI_DISABLE_RUNTIME=false"),