Skip to content

Commit

Permalink
Tsvb chart - unskipping the gauge test (#47155) (#47360)
Browse files Browse the repository at this point in the history
Fixes #46677 - unskipping the tests
  • Loading branch information
rashmivkulkarni authored Oct 4, 2019
1 parent e5c9bfe commit c1932e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/visualize/_tsvb_chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
});

// FLAKY: https://github.com/elastic/kibana/issues/46677
describe.skip('gauge', () => {
describe('gauge', () => {
beforeEach(async () => {
await PageObjects.visualBuilder.resetPage();
await PageObjects.visualBuilder.clickGauge();
Expand Down

0 comments on commit c1932e3

Please sign in to comment.