Skip flaky test for now (#20033) (#20034)

This commit is contained in:
Tim Roes 2018-06-19 14:07:54 +02:00 committed by GitHub
parent b01dc53a9d
commit 593296b5e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ export default function ({ getService, getPageObjects }) {
});
});
describe('delete', async function () {
describe.skip('delete', async function () {
it('default confirm action is cancel', async function () {
await PageObjects.dashboard.searchForDashboardWithName(dashboardName);
await PageObjects.dashboard.checkDashboardListingSelectAllCheckbox();