Skip to content

Commit

Permalink
skip flaky suite (#70818)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 6, 2020
1 parent 353f332 commit 3250816
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }) {
const screenshot = getService('screenshots');
const PageObjects = getPageObjects(['security', 'common', 'header', 'discover', 'settings']);

describe('dls', function () {
// Skipped as failing on ES Promotion: https://github.com/elastic/kibana/issues/70818
describe.skip('dls', function () {
before('initialize tests', async () => {
await esArchiver.load('empty_kibana');
await esArchiver.loadIfNeeded('security/dlstest');
Expand Down

0 comments on commit 3250816

Please sign in to comment.