Skip to content

Commit

Permalink
skip failing test suite (#145644)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 17, 2022
1 parent 13da35c commit 724babd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/visualize/_tsvb_time_series.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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/145644
describe.skip('visual builder', function describeIndexTests() {
before(async () => {
await security.testUser.setRoles([
'kibana_admin',
Expand Down

0 comments on commit 724babd

Please sign in to comment.