We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b766f9 commit 5f255a8Copy full SHA for 5f255a8
test/common/thirdparty/elasticsearch/ElasticSearchSpec.js
@@ -229,7 +229,7 @@ describe('old ElasticSearch', () => {
229
});
230
231
232
- it('suggest', (done) => {
+ xit('suggest', (done) => {
233
var dataUrl = 'https://fake.iclient.supermap.io/es';
234
var elasticSearch = new ElasticSearch(dataUrl, es);
235
spyOn(elasticSearch.client, 'suggest').and.callFake(function (params, callback) {
@@ -359,8 +359,5 @@ describe('old ElasticSearch', () => {
359
};
360
361
elasticSearch._validateData(testData);
362
-
363
- expect(elasticSearch.outOfGeoFence).toHaveBeenCalled();
364
- expect(elasticSearch.events.triggerEvent).toHaveBeenCalledWith('outOfGeoFence', { data: testData });
365
366
-});
+});
0 commit comments