File tree Expand file tree Collapse file tree
src/test/java/org/polypheny/jdbc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929import java .sql .SQLFeatureNotSupportedException ;
3030import java .sql .Statement ;
3131import java .util .Properties ;
32- import jdk .nashorn .internal .ir .annotations .Ignore ;
3332import org .junit .jupiter .api .AfterEach ;
3433import org .junit .jupiter .api .BeforeEach ;
34+ import org .junit .jupiter .api .Disabled ;
3535import org .junit .jupiter .api .Test ;
3636
3737public class ConnectionTest {
@@ -193,7 +193,7 @@ void testMetaDataGetProceduresNotStrict() throws SQLException {
193193
194194
195195 @ Test
196- @ Ignore
196+ @ Disabled
197197 // This test fails due to syntax definitions missing for some of the functions on the server side (operator registry).
198198 void testMetaDataGetFunctionsNotStrict () throws SQLException {
199199 try ( Connection con = DriverManager .getConnection ( "jdbc:polypheny://127.0.0.1:20590?strict=false" , "pa" , "" ) ) {
You can’t perform that action at this time.
0 commit comments