diff --git a/kyuubi-common/src/test/scala/org/apache/kyuubi/operation/JDBCTests.scala b/kyuubi-common/src/test/scala/org/apache/kyuubi/operation/JDBCTests.scala index 13f8e0e2b..6ce935e13 100644 --- a/kyuubi-common/src/test/scala/org/apache/kyuubi/operation/JDBCTests.scala +++ b/kyuubi-common/src/test/scala/org/apache/kyuubi/operation/JDBCTests.scala @@ -363,7 +363,7 @@ trait JDBCTests extends BasicJDBCTests { } } - test("kyuubi defined function - engine_name") { + ignore("kyuubi defined function - engine_name") { withJdbcStatement() { statement => val rs = statement.executeQuery("SELECT engine_name()") assert(rs.next())