Skip to content

Commit

Permalink
[ML] Removing broken data recognizer test (elastic#104387)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic authored and darnautov committed Jul 7, 2021
1 parent 3bf7e46 commit 6008691
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions x-pack/test/functional/apps/ml/permissions/full_ml_access.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ export default function ({ getService }: FtrProviderContext) {
const ecIndexPattern = 'ft_module_sample_ecommerce';
const ecExpectedTotalCount = '287';

const ecExpectedModuleId = 'sample_data_ecommerce';

const uploadFilePath = path.join(
__dirname,
'..',
Expand Down Expand Up @@ -367,7 +365,6 @@ export default function ({ getService }: FtrProviderContext) {

await ml.testExecution.logTestStep('should display job cards');
await ml.dataVisualizerIndexBased.assertCreateAdvancedJobCardExists();
await ml.dataVisualizerIndexBased.assertRecognizerCardExists(ecExpectedModuleId);
await ml.dataVisualizerIndexBased.assertCreateDataFrameAnalyticsCardExists();
});

Expand Down
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/ml/permissions/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) {
// FLAKY: https://github.com/elastic/kibana/issues/104042
describe.skip('permissions', function () {
describe('permissions', function () {
this.tags(['skipFirefox']);

loadTestFile(require.resolve('./full_ml_access'));
Expand Down

0 comments on commit 6008691

Please sign in to comment.