mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing es promotion suites (#179168)
This commit is contained in:
parent
0d588f6a43
commit
bfbee9874b
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ export default function apiTest({ getService }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('when calling create endpoint', () => {
|
||||
// FAILING ES FORWARD COMPATIBILITY: https://github.com/elastic/kibana/issues/179168
|
||||
describe.skip('when calling create endpoint', () => {
|
||||
it('creates two jobs', async () => {
|
||||
await createJobs(['production', 'staging']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue