mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Functional] Unskip TSVB metric tests (#76596)
This commit is contained in:
parent
fc22c7d9fb
commit
9ea61fc4b4
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue