[TEST] AwaitsFix JdbcCsvSpecIT
For elastic/x-pack-elasticsearch#3960 Original commit: elastic/x-pack-elasticsearch@c0c1ff7d07
This commit is contained in:
parent
3eeb38762a
commit
b042afdfdc
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue