skip flaky suite (#89476)

(cherry picked from commit 44b8333141)
This commit is contained in:
spalger 2021-01-27 13:07:12 -07:00
parent b85ffb7c57
commit 737f2a49f2

View file

@ -12,7 +12,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['dashboard', 'header']);
const listingTable = getService('listingTable');
describe('dashboard save', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/89476
describe.skip('dashboard save', function describeIndexTests() {
this.tags('includeFirefox');
const dashboardName = 'Dashboard Save Test';
const dashboardNameEnterKey = 'Dashboard Save Test with Enter Key';