mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing es promotion suite (#172213)
This commit is contained in:
parent
552680f92c
commit
6a8d9d06cf
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await PageObjects.timePicker.setDefaultAbsoluteRange();
|
||||
});
|
||||
|
||||
describe('test', () => {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/172213
|
||||
describe.skip('test', () => {
|
||||
it('should render esql view correctly', async function () {
|
||||
await PageObjects.unifiedFieldList.waitUntilSidebarHasLoaded();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue