Skip to content

Commit

Permalink
Fix group1 index
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed May 6, 2022
1 parent 90c72a1 commit c6b7bba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/ml/group1/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const ml = getService('ml');

describe('machine learning - group 2', () => {
describe('machine learning - group 1', () => {
before(async () => {
await ml.securityCommon.createMlRoles();
await ml.securityCommon.createMlUsers();
Expand All @@ -37,7 +37,6 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
await ml.testResources.resetKibanaTimeZone();
});

loadTestFile(require.resolve('./permissions'));
loadTestFile(require.resolve('./pages'));
loadTestFile(require.resolve('./model_management'));
});
Expand Down

0 comments on commit c6b7bba

Please sign in to comment.