Unskip Application Usage tests (#123184)

This commit is contained in:
Alejandro Fernández Haro 2022-01-18 07:53:05 +01:00 committed by GitHub
parent d296c6f0de
commit 49c97c5664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');