[TEST] AwaitsFix JdbcCsvSpecIT

For elastic/x-pack-elasticsearch#3960

Original commit: elastic/x-pack-elasticsearch@c0c1ff7d07
This commit is contained in:
Andy Bristol 2018-02-15 11:25:57 -08:00
parent 3eeb38762a
commit b042afdfdc
1 changed files with 2 additions and 0 deletions

View File

@ -5,8 +5,10 @@
*/
package org.elasticsearch.xpack.qa.sql.nosecurity;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.xpack.qa.sql.jdbc.CsvSpecTestCase;
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/3960")
public class JdbcCsvSpecIT extends CsvSpecTestCase {
public JdbcCsvSpecIT(String fileName, String groupName, String testName, Integer lineNumber, CsvTestCase testCase) {
super(fileName, groupName, testName, lineNumber, testCase);