Skip to content

Commit ba4b78c

Browse files
authoredNov 3, 2023
Update endpoint package version on tests (#3668)
Update the endpoint package version for integration tests, some tests were failing because the old version was not found.
1 parent 15b7ea3 commit ba4b78c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎testing/integration/endpoint_security_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636

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

‎testing/integration/upgrade_fleet_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func testUpgradeFleetManagedElasticAgent(ctx context.Context, t *testing.T, info
142142

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

0 commit comments

Comments
 (0)