mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Unskip Dashboard Listing Test (#105668)
* unskipped test due to successful flaky test runner
This commit is contained in:
parent
f90e6669e1
commit
da42524e51
1 changed files with 1 additions and 3 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue