mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#116078)
This commit is contained in:
parent
1527535fcd
commit
e59f8acf9a
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const ml = getService('ml');
|
||||
|
||||
describe('total feature importance panel and decision path popover', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/116078
|
||||
describe.skip('total feature importance panel and decision path popover', function () {
|
||||
const testDataList: Array<{
|
||||
suiteTitle: string;
|
||||
archive: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue