Skip to content

Commit

Permalink
skip flaky suite (elastic#90536)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger authored and Esteban Beltran committed Oct 28, 2021
1 parent 6fde826 commit 3fda30c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ 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) {
describe('Application Usage', function () {
// FLAKY: https://github.com/elastic/kibana/issues/90536
describe.skip('Application Usage', function () {
this.tags('ciGroup1');
const { common } = getPageObjects(['common']);
const browser = getService('browser');
Expand Down

0 comments on commit 3fda30c

Please sign in to comment.