Skip to content

Commit

Permalink
skip failing test suite (#153796)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Apr 28, 2023
1 parent d050720 commit f9c9696
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await PageObjects.timePicker.setDefaultAbsoluteRange();
}

describe('discover feature controls security', () => {
// Failing: See https://github.com/elastic/kibana/issues/153796
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 f9c9696

Please sign in to comment.