mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#88385)
This commit is contained in:
parent
21c7f1ede4
commit
4aee65275d
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const dashboardAddPanel = getService('dashboardAddPanel');
|
||||
|
||||
describe('dashboard save', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/88385
|
||||
describe.skip('dashboard save', function describeIndexTests() {
|
||||
this.tags('includeFirefox');
|
||||
const dashboardName = 'Dashboard Save Test';
|
||||
const dashboardNameEnterKey = 'Dashboard Save Test with Enter Key';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue