Skip to content

Commit

Permalink
[ML] Skip data visualizer functional tests on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson committed Dec 2, 2019
1 parent fd1e6b4 commit 1b0e353
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import { FtrProviderContext } from '../../../ftr_provider_context';

export default function({ loadTestFile }: FtrProviderContext) {
describe('data visualizer', function() {
this.tags(['skipFirefox']);

loadTestFile(require.resolve('./index_data_visualizer'));
});
}

0 comments on commit 1b0e353

Please sign in to comment.