Skip to content

Commit

Permalink
Test mute for ml reset change #71072 (#71075)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent authored Mar 30, 2021
1 parent 2450773 commit e78cf3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public void testGetFeatures() throws IOException {
assertTrue(response.getFeatures().stream().anyMatch(feature -> "tasks".equals(feature.getFeatureName())));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/71072")
public void testResetFeatures() throws IOException {
ResetFeaturesRequest request = new ResetFeaturesRequest();

Expand Down

0 comments on commit e78cf3c

Please sign in to comment.