Skip to content

Commit

Permalink
Muted DataStreamsUpgradeIT#testDataStreams(...) #69689
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed Mar 1, 2021
1 parent 987796e commit c0fbc17
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

public class DataStreamsUpgradeIT extends AbstractUpgradeTestCase {

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69689")
public void testDataStreams() throws IOException {
assumeTrue("no data streams in versions before " + Version.V_7_9_0, UPGRADE_FROM_VERSION.onOrAfter(Version.V_7_9_0));
assumeTrue("data streams supported from 7.9.0", UPGRADE_FROM_VERSION.onOrAfter(Version.V_7_9_0));
Expand Down

0 comments on commit c0fbc17

Please sign in to comment.