Skip to content

Commit

Permalink
Mute BlobStoreIncrementalityIT.testIncrementalBehaviorOnPrimaryFailover
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira authored and jasontedor committed Mar 24, 2020
1 parent 7989d67 commit b56b9fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST, numDataNodes = 0)
public class BlobStoreIncrementalityIT extends AbstractSnapshotIntegTestCase {

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54034")
public void testIncrementalBehaviorOnPrimaryFailover() throws InterruptedException, ExecutionException, IOException {
internalCluster().startMasterOnlyNode();
final String primaryNode = internalCluster().startDataOnlyNode();
Expand Down

0 comments on commit b56b9fb

Please sign in to comment.