mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip failing es promotion suites (#184071)
This commit is contained in:
parent
d0431ab826
commit
a387b221bb
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ export default function ApiTest({ getService, getPageObjects }: FtrProviderConte
|
|||
});
|
||||
});
|
||||
|
||||
describe('when there are connectors', () => {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/184071
|
||||
describe.skip('when there are connectors', () => {
|
||||
let proxy: LlmProxy;
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue