From eb8a591e48227eeb4a00f7d7e8a6d215c076beb0 Mon Sep 17 00:00:00 2001 From: Dimitrios Liappis Date: Tue, 2 Apr 2019 16:18:55 +0300 Subject: [PATCH] [TEST] RecoveryWithConcurrentIndexing test (#40733) Due to https://github.com/elastic/elasticsearch/issues/40731 --- .../src/test/java/org/elasticsearch/upgrades/RecoveryIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/RecoveryIT.java b/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/RecoveryIT.java index f8246ca6dcd24..1b2eb7064f04c 100644 --- a/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/RecoveryIT.java +++ b/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/RecoveryIT.java @@ -121,6 +121,7 @@ protected void doRun() throws Exception { return future; } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40731") public void testRecoveryWithConcurrentIndexing() throws Exception { final String index = "recovery_with_concurrent_indexing"; Response response = client().performRequest(new Request("GET", "_nodes"));