skip flaky suite (#159931, #159932)

This commit is contained in:
Tiago Costa 2023-06-21 17:09:44 +01:00
parent d861400833
commit 258f83fd90
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -135,7 +135,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});
describe('using a pinned filter that excludes all data', () => {
// FLAKY: https://github.com/elastic/kibana/issues/159931
// FLAKY: https://github.com/elastic/kibana/issues/159932
describe.skip('using a pinned filter that excludes all data', () => {
before(async () => {
// Functional tests clear session storage after each suite, so it is important to repopulate unsaved panels
await populateDashboard();