Skip to content

Commit

Permalink
Mute FeatureFactoryTests testPoint methods (#75326) (#75328)
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase authored Jul 14, 2021
1 parent d117e7f commit ce4e83c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

public class FeatureFactoryTests extends ESTestCase {

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/75325")
public void testPoint() {
int z = randomIntBetween(1, 10);
int x = randomIntBetween(0, (1 << z) - 1);
Expand All @@ -54,6 +55,7 @@ public void testPoint() {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/75325")
public void testMultiPoint() {
int z = randomIntBetween(1, 10);
int x = randomIntBetween(0, (1 << z) - 1);
Expand Down

0 comments on commit ce4e83c

Please sign in to comment.