mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#158972)
This commit is contained in:
parent
832c629cc3
commit
e95d77e45d
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const browser = getService('browser');
|
||||
const kibanaServer = getService('kibanaServer');
|
||||
|
||||
describe('visual builder', function describeIndexTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/158972
|
||||
describe.skip('visual builder', function describeIndexTests() {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles([
|
||||
'kibana_admin',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue