Skip to content

Commit

Permalink
Remove .only after flaky-test results
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Aug 20, 2021
1 parent 1e1b42d commit 7fed5aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +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) {
describe.only('Application Usage', function () {
describe('Application Usage', function () {
this.tags('ciGroup1');
const { common } = getPageObjects(['common']);
const browser = getService('browser');
Expand Down

0 comments on commit 7fed5aa

Please sign in to comment.