mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#146996)
This commit is contained in:
parent
c908fcdc8e
commit
8fcd2958bd
1 changed files with 2 additions and 1 deletions
|
@ -224,7 +224,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('renders field groups', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/146996
|
||||
describe.skip('renders field groups', function () {
|
||||
it('should show field list groups excluding subfields', async function () {
|
||||
await PageObjects.discover.waitUntilSidebarHasLoaded();
|
||||
expect(await PageObjects.discover.doesSidebarShowFields()).to.be(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue