Skip to content

Commit

Permalink
Mark IndexWithShadowReplicasIT as AwaitsFix
Browse files Browse the repository at this point in the history
Relates to #24007 and #23906
  • Loading branch information
dakrone committed Apr 10, 2017
1 parent 040b86a commit 53d4d74
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

package org.elasticsearch.index;

import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.ElasticsearchException;
import org.elasticsearch.ExceptionsHelper;
import org.elasticsearch.action.DocWriteResponse;
Expand Down Expand Up @@ -87,6 +88,7 @@
* Tests for indices that use shadow replicas and a shared filesystem
*/
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST, numDataNodes = 0)
@LuceneTestCase.AwaitsFix(bugUrl = "shadow replicas will be removed in master - https://github.com/elastic/elasticsearch/pull/23906")
public class IndexWithShadowReplicasIT extends ESIntegTestCase {

private Settings nodeSettings(Path dataPath) {
Expand Down

0 comments on commit 53d4d74

Please sign in to comment.