Skip to content

Commit 45612e6

Browse files
committed
Disable TestIcebergS3TablesConnectorSmokeTest.testSelectInformationSchemaTables
1 parent b1a543e commit 45612e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/rest/TestIcebergS3TablesConnectorSmokeTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import io.trino.testing.QueryRunner;
2525
import io.trino.testing.TestingConnectorBehavior;
2626
import org.apache.iceberg.BaseTable;
27+
import org.junit.jupiter.api.Disabled;
2728
import org.junit.jupiter.api.Test;
2829
import org.junit.jupiter.api.TestInstance;
2930

@@ -292,4 +293,9 @@ public void testRepeatUnregisterTable() {}
292293
@Test
293294
@Override // The procedure is unsupported in S3 Tables
294295
public void testUnregisterTableAccessControl() {}
296+
297+
@Test
298+
@Override
299+
@Disabled
300+
public void testSelectInformationSchemaTables() {}
295301
}

0 commit comments

Comments
 (0)