Skip to content

Commit

Permalink
Fix actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Sep 25, 2024
1 parent 985f186 commit 21808e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* License v3.0 only", or the "Server Side Public License, v 1".
*/

import Path from 'path';
import * as Either from 'fp-ts/lib/Either';
import * as Option from 'fp-ts/lib/Option';
import { errors } from '@elastic/elasticsearch';
Expand Down Expand Up @@ -53,15 +52,13 @@ const { startES } = createTestServers({
settings: {
es: {
license: 'basic',
dataArchive: Path.resolve(__dirname, '../../archives/7.7.2_xpack_100k_obj.zip'),
esArgs: ['http.max_content_length=10Kb'],
},
},
});
let esServer: TestElasticsearchUtils;

// Failing 9.0 version update: https://github.com/elastic/kibana/issues/192624
describe.skip('migration actions', () => {
describe('migration actions', () => {
let client: ElasticsearchClient;
let esCapabilities: ReturnType<typeof elasticsearchServiceMock.createCapabilities>;

Expand Down

0 comments on commit 21808e1

Please sign in to comment.