mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing es promotin suite (#160164)
This commit is contained in:
parent
8a5f0015a9
commit
b4a4e4a71a
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const inspector = getService('inspector');
|
||||
const PageObjects = getPageObjects(['visualize', 'visEditor', 'visChart', 'timePicker']);
|
||||
|
||||
describe('metric chart', function () {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/160164
|
||||
describe.skip('metric chart', function () {
|
||||
before(async function () {
|
||||
await PageObjects.visualize.initTests();
|
||||
log.debug('navigateToApp visualize');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue