mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite. #111234
This commit is contained in:
parent
6bf766abb9
commit
1adb492e15
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const listingTable = getService('listingTable');
|
||||
|
||||
describe('Dashboard', () => {
|
||||
describe.skip('Dashboard', () => {
|
||||
const dashboardName = 'Dashboard Listing A11y';
|
||||
const clonedDashboardName = 'Dashboard Listing A11y Copy';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue