mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ML] Removing broken data recognizer test (#104387)
This commit is contained in:
parent
8b0fc7843f
commit
d0986c2eee
2 changed files with 1 additions and 5 deletions
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue