Skip to content

Commit 9db99c1

Browse files
authored
Stop pinning tests on main to 8.13.0 now that 8.14.0-SNAPSHOT exists (#4325)
* Remove pin to 8.13.0 now that 8.14.0-SNAPSHOT exists. * Remove skipped test that needs 8.14.0-SNAPSHOT.
1 parent a5262e1 commit 9db99c1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.buildkite/scripts/steps/integration_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MAGE_SUBTARGET="${3:-""}"
1111
# Override the agent package version using a string with format <major>.<minor>.<patch>
1212
# NOTE: use only after version bump when the new version is not yet available, for example:
1313
# OVERRIDE_AGENT_PACKAGE_VERSION="8.10.3" otherwise OVERRIDE_AGENT_PACKAGE_VERSION="".
14-
OVERRIDE_AGENT_PACKAGE_VERSION="8.13.0"
14+
OVERRIDE_AGENT_PACKAGE_VERSION=""
1515

1616
if [[ -n "$OVERRIDE_AGENT_PACKAGE_VERSION" ]]; then
1717
OVERRIDE_TEST_AGENT_VERSION=${OVERRIDE_AGENT_PACKAGE_VERSION}"-SNAPSHOT"

testing/integration/upgrade_broken_package_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ func TestUpgradeBrokenPackageVersion(t *testing.T) {
3232
Sudo: true, // requires Agent installation
3333
})
3434

35-
t.Skip("Need to be skip until we have 8.14 first build")
36-
3735
ctx, cancel := testcontext.WithDeadline(t, context.Background(), time.Now().Add(10*time.Minute))
3836
defer cancel()
3937

0 commit comments

Comments
 (0)