Skip to content

Commit

Permalink
Skip signature verification in upgrade tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pchila committed Jul 17, 2023
1 parent 7f715b5 commit 5f09681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ func testUpgrade(ctx context.Context, t *testing.T, f *atesting.Fixture, fromVer
require.NoError(t, err)

t.Logf("src package folder: %q", "file://"+filepath.Dir(srcPkg))
_, err = c.Upgrade(ctx, toVersion, "file://"+filepath.Dir(srcPkg), false)
_, err = c.Upgrade(ctx, toVersion, "file://"+filepath.Dir(srcPkg), true)
require.NoErrorf(t, err, "error triggering agent upgrade to version %q", toVersion)

require.Eventuallyf(t, func() bool {
Expand Down

0 comments on commit 5f09681

Please sign in to comment.