Skip to content

Commit d9044c7

Browse files
committed
Test: fix token bwc tests due to bad backport
This change fixes the token bwc tests that started failing after a bad backport of #33106. During merge conflict resolution, an additional if statement was added that used the incorrect passphrase in the keystore, which caused token validation to fail. This if statement has been removed in this commit. Closes #33197
1 parent 716f163 commit d9044c7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

x-pack/qa/rolling-upgrade/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,6 @@ subprojects {
215215
setting 'xpack.watcher.encrypt_sensitive_data', 'true'
216216
keystoreFile 'xpack.watcher.encryption_key', "${mainProject.projectDir}/src/test/resources/system_key"
217217
}
218-
if (version.before('6.0.0')) {
219-
keystoreSetting 'xpack.security.authc.token.passphrase', 'token passphrase'
220-
}
221218
}
222219
}
223220

0 commit comments

Comments
 (0)