Browse Source

mute test VectorTileRequestTests#testWrongTile (#74339)

Ignacio Vera 4 years ago
parent
commit
ac7f14d5a7

+ 1 - 0
x-pack/plugin/vector-tile/src/test/java/org/elasticsearch/xpack/vectortile/rest/VectorTileRequestTests.java

@@ -161,6 +161,7 @@ public class VectorTileRequestTests extends ESTestCase {
         );
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/74338")
     public void testWrongTile() {
         final int z = randomIntBetween(1, 10);
         final int x = -randomIntBetween(0, (1 << z) - 1);