mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#106631)
This commit is contained in:
parent
9aaee3c6de
commit
2705cc95fa
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue