Mute FullClusterRestartIT#testSqlFailsOnIndexWithTwoTypes while we await a fix.

This commit is contained in:
Julie Tibshirani 2018-10-23 14:27:47 -07:00
parent 17adfeb20f
commit 7580f59c9f
1 changed files with 1 additions and 0 deletions

View File

@ -414,6 +414,7 @@ public class FullClusterRestartIT extends AbstractFullClusterRestartTestCase {
} }
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34774")
public void testSqlFailsOnIndexWithTwoTypes() throws IOException { public void testSqlFailsOnIndexWithTwoTypes() throws IOException {
// TODO this isn't going to trigger until we backport to 6.1 // TODO this isn't going to trigger until we backport to 6.1
assumeTrue("It is only possible to build an index that sql doesn't like before 6.0.0", assumeTrue("It is only possible to build an index that sql doesn't like before 6.0.0",