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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f979580 commit 5416379
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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);
});
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 5416379

Please sign in to comment.