Skip to content

Commit

Permalink
skip failing es forward compatibility suite (#165633)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 5, 2023
1 parent c0ce73a commit bfbbb93
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default function ({ getService }) {
const supertest = getService('supertest');
const esArchiver = getService('esArchiver');

describe('conflicts', () => {
// FAILING ES FORWARD COMPATIBILITY: https://github.com/elastic/kibana/issues/165633
describe.skip('conflicts', () => {
before(() =>
esArchiver.load('test/api_integration/fixtures/es_archiver/index_patterns/conflicts')
);
Expand Down

0 comments on commit bfbbb93

Please sign in to comment.