Skip to content

Commit

Permalink
skip flaky suite (#60535)
Browse files Browse the repository at this point in the history
(cherry picked from commit 696b19e)
  • Loading branch information
spalger committed Mar 18, 2020
1 parent dfd9666 commit 7fa9c19
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
await PageObjects.timePicker.setDefaultAbsoluteRange();
}

describe('security', () => {
// FLAKY: https://github.com/elastic/kibana/issues/60535
describe.skip('security', () => {
before(async () => {
await esArchiver.load('discover/feature_controls/security');
await esArchiver.loadIfNeeded('logstash_functional');
Expand Down

0 comments on commit 7fa9c19

Please sign in to comment.