Skip to content

Commit

Permalink
skip flaky suite (#44631)
Browse files Browse the repository at this point in the history
(cherry picked from commit d7c36d0)
  • Loading branch information
spalger committed Feb 19, 2020
1 parent deea4d9 commit cb3728d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
const queryBar = getService('queryBar');
const savedQueryManagementComponent = getService('savedQueryManagementComponent');

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

0 comments on commit cb3728d

Please sign in to comment.