mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
d861400833
commit
258f83fd90
1 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue