Mute FullClusterRestartIT#testSqlFailsOnIndexWithTwoTypes while we await a fix.
This commit is contained in:
parent
17adfeb20f
commit
7580f59c9f
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue