Skip to content

Commit b80e279

Browse files
committed
Mute failing SQL spec suites
This commit mutes some failing SQL spec suites.
1 parent aaec11f commit b80e279

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

x-pack/plugin/sql/qa/single-node/src/test/java/org/elasticsearch/xpack/sql/qa/single_node/JdbcCsvSpecIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
*/
66
package org.elasticsearch.xpack.sql.qa.single_node;
77

8+
import org.apache.lucene.util.LuceneTestCase;
89
import org.elasticsearch.xpack.sql.qa.jdbc.CsvSpecTestCase;
910
import org.elasticsearch.xpack.sql.qa.jdbc.CsvTestUtils.CsvTestCase;
1011

12+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40994")
1113
public class JdbcCsvSpecIT extends CsvSpecTestCase {
1214
public JdbcCsvSpecIT(String fileName, String groupName, String testName, Integer lineNumber, CsvTestCase testCase) {
1315
super(fileName, groupName, testName, lineNumber, testCase);

x-pack/plugin/sql/qa/single-node/src/test/java/org/elasticsearch/xpack/sql/qa/single_node/JdbcDocCsvSpecIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
99

1010
import org.apache.logging.log4j.Logger;
11+
import org.apache.lucene.util.LuceneTestCase;
1112
import org.elasticsearch.client.RestClient;
1213
import org.elasticsearch.xpack.sql.qa.jdbc.CsvTestUtils.CsvTestCase;
1314
import org.elasticsearch.xpack.sql.qa.jdbc.DataLoader;
@@ -36,6 +37,7 @@
3637
* That's not to say the two cannot be merged however that felt like too much of an effort
3738
* at this stage and, to not keep things stalling, started with this approach.
3839
*/
40+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40994")
3941
public class JdbcDocCsvSpecIT extends SpecBaseIntegrationTestCase {
4042

4143
private final CsvTestCase testCase;

0 commit comments

Comments
 (0)