Skip to content

Commit

Permalink
add issue link to skipped suite (#110920)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 1, 2021
1 parent b127b57 commit 3569540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ const DATE_WITH_DATA = {
export default ({ getPageObjects, getService }: FtrProviderContext) => {
const esArchiver = getService('esArchiver');

// FLAKY, no issue yet
// FLAKY: https://github.com/elastic/kibana/issues/110920
describe.skip('Observability alerts', function () {
this.tags('includeFirefox');

Expand Down

0 comments on commit 3569540

Please sign in to comment.