mirror of https://github.com/apache/lucene.git
SOLR-10053: Disabling failing delegation token tests due to HADOOP-14044
This commit is contained in:
parent
bef725aeef
commit
0d52cb9cea
|
@ -282,6 +282,7 @@ public class TestSolrCloudWithDelegationTokens extends SolrTestCaseJ4 {
|
|||
}
|
||||
|
||||
@Test
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/HADOOP-14044")
|
||||
public void testDelegationTokenCancelFail() throws Exception {
|
||||
// cancel a bogus token
|
||||
cancelDelegationToken("BOGUS", ErrorCode.NOT_FOUND.code, solrClientPrimary);
|
||||
|
|
|
@ -268,6 +268,7 @@ public class TestDelegationWithHadoopAuth extends SolrCloudTestCase {
|
|||
}
|
||||
|
||||
@Test
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/HADOOP-14044")
|
||||
public void testDelegationTokenCancelFail() throws Exception {
|
||||
// cancel a bogus token
|
||||
cancelDelegationToken("BOGUS", ErrorCode.NOT_FOUND.code, primarySolrClient);
|
||||
|
|
Loading…
Reference in New Issue