mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing es promotion suite (#172215)
This commit is contained in:
parent
6a8d9d06cf
commit
2a332bccf9
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await PageObjects.unifiedFieldList.cleanSidebarLocalStorage();
|
||||
});
|
||||
|
||||
describe('field filtering', function () {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/172215
|
||||
describe.skip('field filtering', function () {
|
||||
it('should reveal and hide the filter form when the toggle is clicked', async function () {
|
||||
await PageObjects.unifiedFieldList.openSidebarFieldFilter();
|
||||
await PageObjects.unifiedFieldList.closeSidebarFieldFilter();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue