Skip to content

Commit d12ddbd

Browse files
committed
Follow the previous action to ignore prometheus test
Signed-off-by: Heng Qian <qianheng@amazon.com>
1 parent 62e77d1 commit d12ddbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integ-test/src/test/java/org/opensearch/sql/calcite/remote/CalciteInformationSchemaCommandIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55

66
package org.opensearch.sql.calcite.remote;
77

8+
import org.junit.Ignore;
89
import org.opensearch.sql.ppl.InformationSchemaCommandIT;
910

11+
@Ignore("https://github.com/opensearch-project/sql/issues/3455")
1012
public class CalciteInformationSchemaCommandIT extends InformationSchemaCommandIT {
1113
@Override
1214
public void init() throws Exception {

0 commit comments

Comments
 (0)