Skip to content

Commit

Permalink
skip flaky suite (#70880)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 6, 2020
1 parent d9fe6f1 commit 67ac2af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/security/field_level_security.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }) {
const log = getService('log');
const PageObjects = getPageObjects(['security', 'settings', 'common', 'discover', 'header']);

describe('field_level_security', () => {
// Skipped as it was failing on ES Promotion: https://github.com/elastic/kibana/issues/70880
describe.skip('field_level_security', () => {
before('initialize tests', async () => {
await esArchiver.loadIfNeeded('security/flstest/data'); //( data)
await esArchiver.load('security/flstest/kibana'); //(savedobject)
Expand Down

0 comments on commit 67ac2af

Please sign in to comment.