Skip to content

Commit c2084de

Browse files
committed
Muted tests.
Relates to #36764
1 parent 50c5d98 commit c2084de

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/LocalIndexFollowingIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
package org.elasticsearch.xpack.ccr;
88

9+
import org.apache.lucene.util.LuceneTestCase;
910
import org.elasticsearch.common.bytes.BytesReference;
1011
import org.elasticsearch.common.xcontent.XContentBuilder;
1112
import org.elasticsearch.common.xcontent.XContentType;
@@ -23,6 +24,7 @@
2324
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked;
2425
import static org.hamcrest.Matchers.equalTo;
2526

27+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36764")
2628
public class LocalIndexFollowingIT extends CcrSingleNodeTestCase {
2729

2830
public void testFollowIndex() throws Exception {

x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/action/FollowStatsIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
package org.elasticsearch.xpack.ccr.action;
88

9+
import org.apache.lucene.util.LuceneTestCase;
910
import org.elasticsearch.action.ActionListener;
1011
import org.elasticsearch.action.admin.cluster.state.ClusterStateRequest;
1112
import org.elasticsearch.action.admin.cluster.state.ClusterStateResponse;
@@ -33,6 +34,7 @@
3334
* Test scope is important to ensure that other tests added to this suite do not interfere with the expectation in
3435
* testStatsWhenNoPersistentTasksMetaDataExists that the cluster state does not contain any persistent tasks metadata.
3536
*/
37+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36764")
3638
public class FollowStatsIT extends CcrSingleNodeTestCase {
3739

3840
/**

0 commit comments

Comments
 (0)