[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:
Robert Oskamp 2022-04-27 17:07:19 +02:00 committed by GitHub
parent 88bad4ed00
commit 308a4aa492
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';