yanghua commented on a change in pull request #1953:
URL: https://github.com/apache/incubator-kyuubi/pull/1953#discussion_r812832533
##########
File path:
kyuubi-server/src/test/scala/org/apache/kyuubi/credentials/HiveDelegationTokenProviderSuite.scala
##########
@@ -93,7 +93,8 @@ class HiveDelegationTokenProviderSuite extends
KerberizedTestHelper {
FileUtils.deleteDirectory(hadoopConfDir)
}
- test("obtain hive delegation token") {
+ // Ignore the test because LocalMetaServer can not work with Thrift 0.16.0.
+ ignore("obtain hive delegation token") {
Review comment:
> Shall we govern these ignored tests with flaky tests together? cc
@yanghua
I suggest we split them into two categories. The ignored tests may have
other reasons not only flaky tests?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]