Skip to content

Commit a45c362

Browse files
Update internal/integrationtest/compile_3/compile_test.go
Co-authored-by: per1234 <[email protected]>
1 parent 53ae148 commit a45c362

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

internal/integrationtest/compile_3/compile_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,6 @@ func TestCompileRelativeLibraryPath(t *testing.T) {
134134
// Install library and its dependencies
135135
zipPath, err := paths.New("..", "testdata", "FooLib.zip").Abs()
136136
require.NoError(t, err)
137-
_, _, err = cli.Run("lib", "install", "--zip-path", zipPath.String(), "--config-file", configFile.String())
138-
require.NoError(t, err)
139-
140-
// Uninstall library
141-
_, _, err = cli.Run("lib", "uninstall", "FooLib")
142-
require.NoError(t, err)
143-
144137
// Manually install the library and move into one of the example's directories
145138
FooLib := cli.WorkingDir().Join("FooLib")
146139
err = paths.New("..", "testdata", "FooLib").CopyDirTo(FooLib)

0 commit comments

Comments
 (0)