mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ML] Functional tests - disable df analytics clone tests
This commit is contained in:
parent
b71099d620
commit
6a70d21ef3
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
|
|||
export default function({ getService }: FtrProviderContext) {
|
||||
const esArchiver = getService('esArchiver');
|
||||
const ml = getService('ml');
|
||||
describe('jobs cloning supported by UI form', function() {
|
||||
|
||||
// failing test, see https://github.com/elastic/kibana/issues/60389
|
||||
describe.skip('jobs cloning supported by UI form', function() {
|
||||
this.tags(['smoke']);
|
||||
|
||||
const testDataList: Array<{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue