[Functional] Unskip TSVB metric tests (#76596)

This commit is contained in:
Stratoula Kalafateli 2020-09-04 14:43:13 +03:00 committed by GitHub
parent fc22c7d9fb
commit 9ea61fc4b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,8 +48,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.visualBuilder.checkVisualBuilderIsPresent();
});
// FLAKY: https://github.com/elastic/kibana/issues/75127
describe.skip('metric', () => {
describe('metric', () => {
beforeEach(async () => {
await PageObjects.visualBuilder.resetPage();
await PageObjects.visualBuilder.clickMetric();