Skip to content

Commit

Permalink
skip failing test suite (#140113)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 6, 2022
1 parent 8fb6a87 commit 5ebefbb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default function ({
}: FtrProviderContext & { updateBaselines: boolean }) {
let expectExpression: ExpectExpression;

describe('fetch event annotation tests', () => {
// Failing: See https://github.com/elastic/kibana/issues/140113
describe.skip('fetch event annotation tests', () => {
before(() => {
expectExpression = expectExpressionProvider({ getService, updateBaselines });
});
Expand Down

0 comments on commit 5ebefbb

Please sign in to comment.