Skip to content

Commit

Permalink
Update endpoint package version on tests (#3668) (#3704)
Browse files Browse the repository at this point in the history
Update the endpoint package version for integration tests, some tests
were failing because the old version was not found.

(cherry picked from commit ba4b78c)

Co-authored-by: Tiago Queiroz <[email protected]>
Co-authored-by: Pierre HILBERT <[email protected]>
  • Loading branch information
3 people authored Dec 4, 2023
1 parent e3be8be commit e2f2c0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/integration/endpoint_security_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (

const (
// TODO: Setup a GitHub Action to update this for each release of https://github.com/elastic/endpoint-package
endpointPackageVersion = "8.9.0"
endpointPackageVersion = "8.11.0"
endpointHealthPollingTimeout = 2 * time.Minute
)

Expand Down
2 changes: 1 addition & 1 deletion testing/integration/upgrade_fleet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func testUpgradeFleetManagedElasticAgent(ctx context.Context, t *testing.T, info

// wait for the watcher to show up
t.Logf("Waiting for upgrade watcher to start...")
err = upgradetest.WaitForWatcher(ctx, 2*time.Minute, 10*time.Second)
err = upgradetest.WaitForWatcher(ctx, 5*time.Minute, 10*time.Second)
require.NoError(t, err)
t.Logf("Upgrade watcher started")

Expand Down

0 comments on commit e2f2c0f

Please sign in to comment.