Skip to content

Commit

Permalink
skip flaky suite (elastic#61173)
Browse files Browse the repository at this point in the history
(cherry picked from commit dd21b0b)
  • Loading branch information
spalger committed Apr 24, 2020
1 parent 0a3dd82 commit c2a27d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/security/management.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default function({ getService, getPageObjects }) {
const browser = getService('browser');
const PageObjects = getPageObjects(['security', 'settings', 'common', 'header']);

describe('Management', function() {
// FLAKY: https://github.com/elastic/kibana/issues/61173
describe.skip('Management', function() {
this.tags(['skipFirefox']);

before(async () => {
Expand Down

0 comments on commit c2a27d8

Please sign in to comment.