Skip to content

Commit

Permalink
Merge branch 'master' into issue-109197-bulkget-across-spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Aug 26, 2021
2 parents 8d0bfa4 + c43429c commit c738184
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { createSpacesAndUsers, deleteSpacesAndUsers } from '../../../common/lib/

// eslint-disable-next-line import/no-default-export
export default ({ loadTestFile, getService }: FtrProviderContext): void => {
describe('rules security and spaces enabled: basic', function () {
// FAILING: https://github.com/elastic/kibana/issues/110153
describe.skip('rules security and spaces enabled: basic', function () {
// Fastest ciGroup for the moment.
this.tags('ciGroup5');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ export default ({ getService }: FtrProviderContext) => {
return observabilityIndex;
};

// FAILING: https://github.com/elastic/kibana/issues/110153
describe.skip('rbac with subfeatures', () => {
describe('rbac with subfeatures', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/rule_registry/alerts');
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ import {

// eslint-disable-next-line import/no-default-export
export default ({ loadTestFile, getService }: FtrProviderContext): void => {
describe('rules security and spaces enabled: trial', function () {
// FAILING: https://github.com/elastic/kibana/issues/110153
describe.skip('rules security and spaces enabled: trial', function () {
// Fastest ciGroup for the moment.
this.tags('ciGroup5');

Expand Down

0 comments on commit c738184

Please sign in to comment.