Skip to content

Commit

Permalink
skip flaky suite. elastic#107028
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 23, 2021
1 parent ceaca79 commit ca55b00
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ export default function ({
}: FtrProviderContext & { updateBaselines: boolean }) {
let expectExpression: ExpectExpression;

describe('esaggs timeshift tests', () => {
// FLAKY https://github.com/elastic/kibana/issues/107028
describe.skip('esaggs timeshift tests', () => {
before(() => {
expectExpression = expectExpressionProvider({ getService, updateBaselines });
});
Expand Down

0 comments on commit ca55b00

Please sign in to comment.