mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Unskip Application Usage tests (#123184)
This commit is contained in:
parent
d296c6f0de
commit
49c97c5664
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';
|
|||
import { applicationUsageSchema } from '../../../../../src/plugins/kibana_usage_collection/server/collectors/application_usage/schema';
|
||||
|
||||
export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/90536
|
||||
describe.skip('Application Usage', function () {
|
||||
describe('Application Usage', function () {
|
||||
this.tags('ciGroup1');
|
||||
const { common } = getPageObjects(['common']);
|
||||
const browser = getService('browser');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue