Skip to content

Commit e166d18

Browse files
Updating failure message
1 parent 3418ef2 commit e166d18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

x-pack/plugin/inference/qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/xpack/application/AuthorizationTaskExecutorUpgradeIT.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ protected ElasticsearchCluster getUpgradeCluster() {
5555
}
5656

5757
public void testUpgradeAuthorizationTaskExecutor() throws Exception {
58-
assumeTrue("Authorization Polling Task supported", oldClusterHasFeature(BEFORE_AUTHORIZATION_TASK_FEATURE));
58+
assumeTrue(
59+
"Only test a version prior to v9.3.0 so we start in a version before the authorization polling task existed",
60+
oldClusterHasFeature(BEFORE_AUTHORIZATION_TASK_FEATURE)
61+
);
5962

6063
// If the old cluster already has the feature for the authorization polling task, the task should already exist
6164
// We only want to test when upgrading from a version that does not have the task

0 commit comments

Comments
 (0)