mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#139659)
This commit is contained in:
parent
fcc71013a4
commit
fdbf1829ce
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const browser = getService('browser');
|
||||
|
||||
describe('Filter panel', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/139659
|
||||
describe.skip('Filter panel', () => {
|
||||
before(async () => {
|
||||
await PageObjects.common.navigateToApp('discover');
|
||||
await PageObjects.discover.selectIndexPattern('Kibana Sample Data Flights');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue