Skip to content

Commit 7ba81b0

Browse files
committed
Unmuted test
Closes #38617
1 parent 89b6e08 commit 7ba81b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,6 @@ public void testMustCloseIndexAndPauseToRestartWithPutFollowing() throws Excepti
976976
() -> followerClient().execute(PutFollowAction.INSTANCE, followRequest2).actionGet());
977977
}
978978

979-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38617")
980979
public void testIndexFallBehind() throws Exception {
981980
final int numberOfPrimaryShards = randomIntBetween(1, 3);
982981
final String leaderIndexSettings = getIndexSettings(numberOfPrimaryShards, between(0, 1),

0 commit comments

Comments
 (0)