Browse Source

Mute IndexingIT.testIndexing

Mark Vieira 4 years ago
parent
commit
02485b2fc3

+ 1 - 0
qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/IndexingIT.java

@@ -39,6 +39,7 @@ import static org.hamcrest.Matchers.equalTo;
  */
  */
 public class IndexingIT extends AbstractRollingTestCase {
 public class IndexingIT extends AbstractRollingTestCase {
 
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/72012")
     public void testIndexing() throws IOException {
     public void testIndexing() throws IOException {
         switch (CLUSTER_TYPE) {
         switch (CLUSTER_TYPE) {
         case OLD:
         case OLD: