Skip to content

Commit 16ef6a5

Browse files
Mute testEs090 and testEs090WithFunnyThrottle
Mure tests that reproducilbly fail. Related issue #51617
1 parent 70bb7c8 commit 16ef6a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/reindex/src/test/java/org/elasticsearch/index/reindex/remote/ReindexFromOldRemoteIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ public void testEs1() throws IOException {
116116
oldEsTestCase("es1.port", null);
117117
}
118118

119+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51617")
119120
public void testEs090() throws IOException {
120121
oldEsTestCase("es090.port", null);
121122
}
@@ -128,6 +129,7 @@ public void testEs1WithFunnyThrottle() throws IOException {
128129
oldEsTestCase("es1.port", "11"); // 11 requests per second should give us a nice "funny" number on the scroll timeout
129130
}
130131

132+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51617")
131133
public void testEs090WithFunnyThrottle() throws IOException {
132134
oldEsTestCase("es090.port", "11"); // 11 requests per second should give us a nice "funny" number on the scroll timeout
133135
}

0 commit comments

Comments
 (0)