mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#124938)
This commit is contained in:
parent
befefc3347
commit
e7ab1e51c7
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
{ user: USER.ML_POWERUSER_SPACES, discoverAvailable: false },
|
||||
];
|
||||
|
||||
describe('for user with full ML access', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/124938
|
||||
describe.skip('for user with full ML access', function () {
|
||||
this.tags(['skipFirefox', 'mlqa']);
|
||||
|
||||
describe('with no data loaded', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue