mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#137046)
This commit is contained in:
parent
39d38141eb
commit
7afe268c8a
1 changed files with 2 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue