skip flaky suite (#88385)

This commit is contained in:
Tiago Costa 2024-03-14 17:07:07 +00:00
parent 21c7f1ede4
commit 4aee65275d
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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';