mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing es promotion suites (#164753)
This commit is contained in:
parent
2d652e1313
commit
30872c4bab
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const supertest = getService('supertest');
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
describe('conflicts', () => {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/164753
|
||||
describe.skip('conflicts', () => {
|
||||
before(() =>
|
||||
esArchiver.load('test/api_integration/fixtures/es_archiver/index_patterns/conflicts')
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue