Skip to content

Commit

Permalink
[ML] Make ML only
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Jul 16, 2021
1 parent e2ceb69 commit 942c984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/ml/data_visualizer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
// eslint-disable-next-line ban/ban
describe.only('data visualizer', function () {
describe('data visualizer', function () {
this.tags(['skipFirefox']);

loadTestFile(require.resolve('./index_data_visualizer'));
Expand Down
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/ml/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
const ml = getService('ml');

describe('machine learning', function () {
describe('', function () {
// eslint-disable-next-line ban/ban
describe.only('', function () {
this.tags('ciGroup3');

before(async () => {
Expand Down

0 comments on commit 942c984

Please sign in to comment.