Skip to content

Commit

Permalink
skip failing test suite (elastic#162995)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and bryce-b committed Aug 9, 2023
1 parent fda6764 commit 63920a0
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 63920a0

Please sign in to comment.