Skip to content

Commit 7ffac06

Browse files
committed
Re-enable the ignored test.
1 parent 78bed9f commit 7ffac06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/UISeleniumSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class UISeleniumSuite
9999
""".stripMargin.split("\\s+").toSeq
100100
}
101101

102-
ignore("thrift server ui test") {
102+
test("thrift server ui test") {
103103
withJdbcStatement("test_map") { statement =>
104104
val baseURL = s"http://localhost:$uiPort"
105105

0 commit comments

Comments
 (0)