Mute testAutoFollowing

Tracked at #37231
This commit is contained in:
Nhat Nguyen 2019-01-31 16:57:53 -05:00
parent a3d9ba3f4b
commit 6c1e9fad47
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ public class CCRIT extends AbstractUpgradeTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37231")
public void testAutoFollowing() throws Exception {
assumeTrue("CCR became available in 6.5, but test relies on a fix that was shipped with 6.6.0",
UPGRADE_FROM_VERSION.onOrAfter(Version.V_6_6_0));