mirror of https://github.com/apache/lucene.git
SOLR-13526: @AwaitsFix failing tests
This commit is contained in:
parent
df1775ffd3
commit
85abdbebf5
|
@ -93,6 +93,7 @@ public class BasicAuthIntegrationTest extends SolrCloudAuthTestCase {
|
|||
@Test
|
||||
//commented 9-Aug-2018 @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 21-May-2018
|
||||
// commented out on: 17-Feb-2019 @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // annotated on: 24-Dec-2018
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13526") // 2019-06-07
|
||||
public void testBasicAuth() throws Exception {
|
||||
boolean isUseV2Api = random().nextBoolean();
|
||||
String authcPrefix = "/admin/authentication";
|
||||
|
|
|
@ -164,6 +164,7 @@ public class JWTAuthPluginIntegrationTest extends SolrCloudAuthTestCase {
|
|||
}
|
||||
|
||||
@Test
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13526") // 2019-06-07
|
||||
public void createCollectionUpdateAndQueryDistributed() throws Exception {
|
||||
// Admin request will use PKI inter-node auth from Overseer, and succeed
|
||||
createCollection(COLLECTION);
|
||||
|
|
Loading…
Reference in New Issue