Skip to content

Commit

Permalink
move skip to higher level (#86952)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 2, 2021
1 parent f979580 commit 5416379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { setupSpacesAndUsers, tearDown } from '..';
// eslint-disable-next-line import/no-default-export
export default function alertingTests({ loadTestFile, getService }: FtrProviderContext) {
describe('Alerts', () => {
describe('legacy alerts', () => {
// FLAKY: https://github.com/elastic/kibana/issues/86952
describe.skip('legacy alerts', () => {
before(async () => {
await setupSpacesAndUsers(getService);
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ export default function alertTests({ getService }: FtrProviderContext) {
superuser: 'b384be60-ec53-4b26-857e-0253ee55b277',
};

// FLAKY: https://github.com/elastic/kibana/issues/86952
describe.skip('alerts', () => {
describe('alerts', () => {
const authorizationIndex = '.kibana-test-authorization';
const objectRemover = new ObjectRemover(supertest);

Expand Down

0 comments on commit 5416379

Please sign in to comment.