diff --git a/x-pack/plugin/vector-tile/src/test/java/org/elasticsearch/xpack/vectortile/feature/FeatureFactoryTests.java b/x-pack/plugin/vector-tile/src/test/java/org/elasticsearch/xpack/vectortile/feature/FeatureFactoryTests.java index 8301ee745ebc9..fa24dbd3aa6a8 100644 --- a/x-pack/plugin/vector-tile/src/test/java/org/elasticsearch/xpack/vectortile/feature/FeatureFactoryTests.java +++ b/x-pack/plugin/vector-tile/src/test/java/org/elasticsearch/xpack/vectortile/feature/FeatureFactoryTests.java @@ -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); @@ -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);