Skip to content

Commit

Permalink
chore(NA): move settings into ciGroup13
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 15, 2021
1 parent a8ec3f4 commit b2628cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/ml/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
loadTestFile(require.resolve('./anomaly_detection'));
loadTestFile(require.resolve('./data_visualizer'));
loadTestFile(require.resolve('./data_frame_analytics'));
loadTestFile(require.resolve('./settings'));
});

describe('', function () {
Expand Down Expand Up @@ -85,6 +84,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
});

loadTestFile(require.resolve('./feature_controls'));
loadTestFile(require.resolve('./settings'));
});
});
}

0 comments on commit b2628cd

Please sign in to comment.