Skip to content

Commit

Permalink
skip flaky suite (#106631)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley authored and dmlemeshko committed Nov 29, 2021
1 parent 0c68ecf commit 3f3cf8a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await PageObjects.timePicker.setDefaultAbsoluteRange();
}

describe('discover feature controls security', () => {
// Failing: See https://github.com/elastic/kibana/issues/106631
describe.skip('discover feature controls security', () => {
before(async () => {
await kibanaServer.importExport.load(
'x-pack/test/functional/fixtures/kbn_archiver/discover/feature_controls/security'
Expand Down

0 comments on commit 3f3cf8a

Please sign in to comment.