Skip to content

Commit

Permalink
skip failing suite (no issue yet)
Browse files Browse the repository at this point in the history
(cherry picked from commit b127b57)
  • Loading branch information
spalger committed Sep 1, 2021
1 parent 64c333c commit dd51331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/observability/alerts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ const DATE_WITH_DATA = {
export default ({ getPageObjects, getService }: FtrProviderContext) => {
const esArchiver = getService('esArchiver');

describe('Observability alerts', function () {
// FLAKY, no issue yet
describe.skip('Observability alerts', function () {
this.tags('includeFirefox');

const pageObjects = getPageObjects(['common']);
Expand Down

0 comments on commit dd51331

Please sign in to comment.