Skip to content

Commit

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

0 comments on commit 727d58f

Please sign in to comment.