mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#153796)
This commit is contained in:
parent
d050720490
commit
f9c9696396
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue