[ML] Removing broken data recognizer test (#104387)

This commit is contained in:
James Gowdy 2021-07-07 09:00:38 +01:00 committed by GitHub
parent 8b0fc7843f
commit d0986c2eee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -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,
'..',
@ -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();
});

View file

@ -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'));