Skip to content

Commit c4fa32d

Browse files
authored
muting test (#46343)
1 parent c0de698 commit c4fa32d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/DataFrameSurvivesUpgradeIT.java

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import org.apache.http.entity.ContentType;
99
import org.apache.http.entity.StringEntity;
10+
import org.apache.lucene.util.LuceneTestCase;
1011
import org.elasticsearch.Version;
1112
import org.elasticsearch.client.Request;
1213
import org.elasticsearch.client.Response;
@@ -51,6 +52,7 @@
5152
import static org.hamcrest.Matchers.hasSize;
5253
import static org.hamcrest.Matchers.oneOf;
5354

55+
@LuceneTestCase.AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/46341")
5456
public class DataFrameSurvivesUpgradeIT extends AbstractUpgradeTestCase {
5557

5658
private static final Version UPGRADE_FROM_VERSION = Version.fromString(System.getProperty("tests.upgrade_from_version"));

0 commit comments

Comments
 (0)