File tree 1 file changed +3
-0
lines changed
modules/reindex/src/test/java/org/elasticsearch/index/reindex/remote
1 file changed +3
-0
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 ;
@@ -117,6 +118,7 @@ public void testEs1() throws IOException {
117
118
}
118
119
119
120
public void testEs090 () throws IOException {
121
+ assumeFalse ("No longer works on Mac" , Constants .MAC_OS_X );
120
122
oldEsTestCase ("es090.port" , null );
121
123
}
122
124
@@ -129,6 +131,7 @@ public void testEs1WithFunnyThrottle() throws IOException {
129
131
}
130
132
131
133
public void testEs090WithFunnyThrottle () throws IOException {
134
+ assumeFalse ("No longer works on Mac" , Constants .MAC_OS_X );
132
135
oldEsTestCase ("es090.port" , "11" ); // 11 requests per second should give us a nice "funny" number on the scroll timeout
133
136
}
134
137
You can’t perform that action at this time.
0 commit comments