Skip to content

Commit

Permalink
Muting test InternalRealmsTests > testJwtRealmDependsOnBuildType (ela…
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent authored and rjernst committed Mar 28, 2022
1 parent cf2b953 commit 0aafa70
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public void testEachRealmHasRegisteredOrderSetting() {
assertThat(registeredOrderKeys, Matchers.equalTo(configurableOrderKeys));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/85407")
public void testJwtRealmDependsOnBuildType() {
// Whether the JWT realm is registered depends on the build type
if (Build.CURRENT.isSnapshot()) {
Expand Down

0 comments on commit 0aafa70

Please sign in to comment.