We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0de698 commit c4fa32dCopy full SHA for c4fa32d
x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/DataFrameSurvivesUpgradeIT.java
@@ -7,6 +7,7 @@
7
8
import org.apache.http.entity.ContentType;
9
import org.apache.http.entity.StringEntity;
10
+import org.apache.lucene.util.LuceneTestCase;
11
import org.elasticsearch.Version;
12
import org.elasticsearch.client.Request;
13
import org.elasticsearch.client.Response;
@@ -51,6 +52,7 @@
51
52
import static org.hamcrest.Matchers.hasSize;
53
import static org.hamcrest.Matchers.oneOf;
54
55
+@LuceneTestCase.AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/46341")
56
public class DataFrameSurvivesUpgradeIT extends AbstractUpgradeTestCase {
57
58
private static final Version UPGRADE_FROM_VERSION = Version.fromString(System.getProperty("tests.upgrade_from_version"));
0 commit comments