Skip to content

Commit ecb13fc

Browse files
committed
Isolate testBulkColumnListingOptions for SQL Server
1 parent 4236861 commit ecb13fc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerConnectorTest.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,4 +292,12 @@ public void testSelectInformationSchemaColumns()
292292
// Isolate this test to avoid problem described in https://github.com/trinodb/trino/issues/10846
293293
executeExclusively(super::testSelectInformationSchemaColumns);
294294
}
295+
296+
@Test
297+
@Override
298+
public void testBulkColumnListingOptions()
299+
{
300+
// Isolate this test to avoid problem described in https://github.com/trinodb/trino/issues/10846
301+
executeExclusively(super::testBulkColumnListingOptions);
302+
}
295303
}

0 commit comments

Comments
 (0)