-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Disable entitlements for terminal & command tests #130690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pinging @elastic/es-core-infra (Team:Core/Infra) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@ldematte thx, could you have another look pls. Discovered there's more similar ones. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still LGTM
💔 Backport failed
You can use sqren/backport to manually backport by running |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
(cherry picked from commit 12accdc) # Conflicts: # server/src/test/java/org/elasticsearch/cluster/coordination/ElasticsearchNodeCommandTests.java # server/src/test/java/org/elasticsearch/env/OverrideNodeVersionCommandTests.java # server/src/test/java/org/elasticsearch/index/shard/RemoveCorruptedShardDataCommandTests.java
(cherry picked from commit 12accdc) # Conflicts: # server/src/test/java/org/elasticsearch/cluster/coordination/ElasticsearchNodeCommandTests.java # server/src/test/java/org/elasticsearch/env/OverrideNodeVersionCommandTests.java # server/src/test/java/org/elasticsearch/index/shard/RemoveCorruptedShardDataCommandTests.java
Disable entitlements for terminal and command tests
Fixes #130652
Fixes #130655
Fixes #130653