Unskip Dashboard Listing Test (#105668)

* unskipped test due to successful flaky test runner
This commit is contained in:
Devon Thomson 2021-07-15 11:54:07 -04:00 committed by GitHub
parent f90e6669e1
commit da42524e51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,9 +15,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const browser = getService('browser');
const listingTable = getService('listingTable');
// FLAKY: https://github.com/elastic/kibana/issues/86948
// FLAKY: https://github.com/elastic/kibana/issues/98247
describe.skip('dashboard listing page', function describeIndexTests() {
describe('dashboard listing page', function describeIndexTests() {
const dashboardName = 'Dashboard Listing Test';
before(async function () {