mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#45089)
This commit is contained in:
parent
61e1b83722
commit
3a8d19d3a0
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const PageObjects = getPageObjects(['common', 'visualize', 'timePicker']);
|
||||
|
||||
describe('gauge chart', function indexPatternCreation() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/45089
|
||||
describe.skip('gauge chart', function indexPatternCreation() {
|
||||
this.tags('smoke');
|
||||
const fromTime = '2015-09-19 06:31:44.000';
|
||||
const toTime = '2015-09-23 18:31:44.000';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue