Skip to content

Commit

Permalink
Mute TransportAnalyticsStatsActionTests
Browse files Browse the repository at this point in the history
Relates to #54744
  • Loading branch information
mayya-sharipova committed Apr 3, 2020
1 parent 3e282e0 commit 93f26b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public TransportAnalyticsStatsAction action(AnalyticsUsage usage) {
new ActionFilters(Collections.emptySet()), usage);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54744")
public void test() throws IOException {
AnalyticsUsage.Item item = randomFrom(AnalyticsUsage.Item.values());
AnalyticsUsage realUsage = new AnalyticsUsage();
Expand Down

0 comments on commit 93f26b4

Please sign in to comment.