File tree 1 file changed +2
-0
lines changed
modules/reindex/src/test/java/org/elasticsearch/index/reindex/remote
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ public void testEs1() throws IOException {
116
116
oldEsTestCase ("es1.port" , null );
117
117
}
118
118
119
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/51617" )
119
120
public void testEs090 () throws IOException {
120
121
oldEsTestCase ("es090.port" , null );
121
122
}
@@ -128,6 +129,7 @@ public void testEs1WithFunnyThrottle() throws IOException {
128
129
oldEsTestCase ("es1.port" , "11" ); // 11 requests per second should give us a nice "funny" number on the scroll timeout
129
130
}
130
131
132
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/51617" )
131
133
public void testEs090WithFunnyThrottle () throws IOException {
132
134
oldEsTestCase ("es090.port" , "11" ); // 11 requests per second should give us a nice "funny" number on the scroll timeout
133
135
}
You can’t perform that action at this time.
0 commit comments