mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
b85ffb7c57
commit
737f2a49f2
1 changed files with 2 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue