Skip to content

Commit

Permalink
Remove flaky note from gauge tests (elastic#73240)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roes authored Jul 27, 2020
1 parent 6a53b00 commit 9c2056d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/apps/visualize/_gauge_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default function ({ getService, getPageObjects }) {
const testSubjects = getService('testSubjects');
const PageObjects = getPageObjects(['visualize', 'visEditor', 'visChart', 'timePicker']);

// FLAKY: https://github.com/elastic/kibana/issues/45089
describe('gauge chart', function indexPatternCreation() {
async function initGaugeVis() {
log.debug('navigateToApp visualize');
Expand Down

0 comments on commit 9c2056d

Please sign in to comment.