skip failing test suite (#137046)

This commit is contained in:
Kibana Machine 2022-07-25 06:56:16 -04:00
parent 39d38141eb
commit 7afe268c8a

View file

@ -11,7 +11,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const ml = getService('ml');
describe('index based actions panel on trial license', function () {
// Failing: See https://github.com/elastic/kibana/issues/137046
describe.skip('index based actions panel on trial license', function () {
this.tags(['ml']);
const indexPatternName = 'ft_farequote';