mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#149256)
This commit is contained in:
parent
4e7560f19d
commit
d74e2152e2
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await testSubjects.click('saveIndexPatternButton');
|
||||
};
|
||||
|
||||
describe('dashboard empty state', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/149256
|
||||
describe.skip('dashboard empty state', () => {
|
||||
const kbnDirectory = 'test/functional/fixtures/kbn_archiver/dashboard/current/kibana';
|
||||
|
||||
before(async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue