Skip to content

Commit

Permalink
skip failing suite (no issue yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger authored and jbudz committed Sep 2, 2021
1 parent 3a43cf5 commit 9f71508
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 9f71508

Please sign in to comment.