mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#206380)
This commit is contained in:
parent
3b36b2413c
commit
c174f10929
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,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/206380
|
||||
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