Skip to content

Commit

Permalink
skip failing test suite (#145563)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 17, 2022
1 parent 2f2d4af commit 4e5a31a
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 @@ -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/145563
describe.skip('visual builder', function describeIndexTests() {
before(async () => {
await security.testUser.setRoles([
'kibana_admin',
Expand Down

0 comments on commit 4e5a31a

Please sign in to comment.