mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-27 10:28:28 +00:00
Mute testEs090 and testEs090WithFunnyThrottle
Mure tests that reproducilbly fail. Related issue #51617
This commit is contained in:
parent
70bb7c862d
commit
16ef6a5785
@ -116,6 +116,7 @@ public class ReindexFromOldRemoteIT extends ESRestTestCase {
|
||||
oldEsTestCase("es1.port", null);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51617")
|
||||
public void testEs090() throws IOException {
|
||||
oldEsTestCase("es090.port", null);
|
||||
}
|
||||
@ -128,6 +129,7 @@ public class ReindexFromOldRemoteIT extends ESRestTestCase {
|
||||
oldEsTestCase("es1.port", "11"); // 11 requests per second should give us a nice "funny" number on the scroll timeout
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51617")
|
||||
public void testEs090WithFunnyThrottle() throws IOException {
|
||||
oldEsTestCase("es090.port", "11"); // 11 requests per second should give us a nice "funny" number on the scroll timeout
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user