mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#86948)
This commit is contained in:
parent
b54a5ec577
commit
f8eef635e5
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const browser = getService('browser');
|
||||
const listingTable = getService('listingTable');
|
||||
|
||||
describe('dashboard listing page', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/86948
|
||||
describe.skip('dashboard listing page', function describeIndexTests() {
|
||||
const dashboardName = 'Dashboard Listing Test';
|
||||
|
||||
before(async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue