mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Functional tests - re-enable permission tests in functional_basic (#131049)
This PR re-enables the full_ml_access permission tests in functional_basic.
This commit is contained in:
parent
88bad4ed00
commit
308a4aa492
1 changed files with 1 additions and 3 deletions
|
@ -20,9 +20,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
{ user: USER.ML_POWERUSER_SPACES, discoverAvailable: false },
|
||||
];
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/124413
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/122838
|
||||
describe.skip('for user with full ML access', function () {
|
||||
describe('for user with full ML access', function () {
|
||||
for (const testUser of testUsers) {
|
||||
describe(`(${testUser.user})`, function () {
|
||||
const ecIndexPattern = 'ft_module_sample_ecommerce';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue