We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987796e commit c0fbc17Copy full SHA for c0fbc17
x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/DataStreamsUpgradeIT.java
@@ -22,6 +22,7 @@
22
23
public class DataStreamsUpgradeIT extends AbstractUpgradeTestCase {
24
25
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69689")
26
public void testDataStreams() throws IOException {
27
assumeTrue("no data streams in versions before " + Version.V_7_9_0, UPGRADE_FROM_VERSION.onOrAfter(Version.V_7_9_0));
28
assumeTrue("data streams supported from 7.9.0", UPGRADE_FROM_VERSION.onOrAfter(Version.V_7_9_0));
0 commit comments