File tree 1 file changed +3
-2
lines changed
modules/reindex/src/test/java/org/elasticsearch/index/reindex/remote
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 21
21
22
22
import org .apache .http .HttpHost ;
23
23
import org .apache .http .util .EntityUtils ;
24
+ import org .apache .lucene .util .Constants ;
24
25
import org .elasticsearch .client .Request ;
25
26
import org .elasticsearch .client .Response ;
26
27
import org .elasticsearch .client .RestClient ;
@@ -116,8 +117,8 @@ public void testEs1() throws IOException {
116
117
oldEsTestCase ("es1.port" , null );
117
118
}
118
119
119
- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/51617" )
120
120
public void testEs090 () throws IOException {
121
+ assumeFalse ("No longer works on Mac" , Constants .MAC_OS_X );
121
122
oldEsTestCase ("es090.port" , null );
122
123
}
123
124
@@ -129,8 +130,8 @@ public void testEs1WithFunnyThrottle() throws IOException {
129
130
oldEsTestCase ("es1.port" , "11" ); // 11 requests per second should give us a nice "funny" number on the scroll timeout
130
131
}
131
132
132
- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/51617" )
133
133
public void testEs090WithFunnyThrottle () throws IOException {
134
+ assumeFalse ("No longer works on Mac" , Constants .MAC_OS_X );
134
135
oldEsTestCase ("es090.port" , "11" ); // 11 requests per second should give us a nice "funny" number on the scroll timeout
135
136
}
136
137
You can’t perform that action at this time.
0 commit comments