SQL: Suppress testShowTablesWorksAsAdmin() tests

These tests are relying on existence of an internal index that might or might not be present when we run this test.

Tracked by elastic/x-pack-elasticsearch#3423

Original commit: elastic/x-pack-elasticsearch@26a7795759
This commit is contained in:
Igor Motov 2017-12-26 12:53:21 -05:00
parent 3e7eca6f2e
commit 3892da7a3d

View File

@ -334,6 +334,7 @@ public abstract class SqlSecurityTestCase extends ESRestTestCase {
.assertLogs();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/3423")
public void testShowTablesWorksAsAdmin() throws Exception {
actions.expectShowTables(Arrays.asList(".security-6", "bort", "test"), null);
new AuditLogAsserter()