Skip to content

Commit

Permalink
skip failing test suite (#140248)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 9, 2022
1 parent fa85014 commit b0b9b58
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default ({ getService }: FtrProviderContext) => {
const esArchiver = getService('esArchiver');
const find = getService('find');

describe('Observability alerts', function () {
// Failing: See https://github.com/elastic/kibana/issues/140248
describe.skip('Observability alerts', function () {
this.tags('includeFirefox');

const testSubjects = getService('testSubjects');
Expand Down

0 comments on commit b0b9b58

Please sign in to comment.