Skip to content

Commit 134cd02

Browse files
committed
Ignore test that depends on blocking the write pool
1 parent f8d7bc2 commit 134cd02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public void testFollowIndex() throws Exception {
7676
ensureEmptyWriteBuffers();
7777
}
7878

79+
@AwaitsFix(bugUrl = "depends on there being a limited number of threads in the write pool")
7980
public void testIndexingMetricsIncremented() throws Exception {
8081
final String leaderIndexSettings = getIndexSettings(1, 0, Collections.emptyMap());
8182
assertAcked(client().admin().indices().prepareCreate("leader").setSource(leaderIndexSettings, XContentType.JSON));

0 commit comments

Comments
 (0)