Skip to content

Commit

Permalink
chore(NA): fix cigroup6 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 15, 2020
1 parent 5016ebc commit 40b7d5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('feature controls', function () {
this.tags(['ciGroup6']);
this.tags(['ciGroup2']);

loadTestFile(require.resolve('./ilm_security'));
});
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/index_patterns/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function advancedSettingsApp({ loadTestFile }: FtrProviderContext) {
describe('Index Patterns', function indexPatternsTestSuite() {
this.tags('ciGroup6');
this.tags('ciGroup2');
loadTestFile(require.resolve('./feature_controls'));
});
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('event_log', function taskManagerSuite() {
this.tags('ciGroup2');
this.tags('ciGroup6');
loadTestFile(require.resolve('./public_api_integration'));
loadTestFile(require.resolve('./service_api_integration'));
});
Expand Down

0 comments on commit 40b7d5f

Please sign in to comment.