Mark JdbcSqlSpecIT as @AwaitsFix

Relates #30292
This commit is contained in:
David Turner 2018-05-01 10:03:18 +01:00
parent 057cdffed5
commit b9e1860f36
1 changed files with 2 additions and 0 deletions

View File

@ -5,11 +5,13 @@
*/
package org.elasticsearch.xpack.qa.sql.security;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.xpack.qa.sql.jdbc.SqlSpecTestCase;
import java.util.Properties;
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30292")
public class JdbcSqlSpecIT extends SqlSpecTestCase {
public JdbcSqlSpecIT(String fileName, String groupName, String testName, Integer lineNumber, String query) {
super(fileName, groupName, testName, lineNumber, query);