Skip to content

Commit

Permalink
skip flaky suite (#162736)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 1, 2023
1 parent 302e607 commit 7b58f7f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ export default ({ getService }: FtrProviderContext): void => {
]);
});

describe('paging through calculationss', () => {
// FLAKY: https://github.com/elastic/kibana/issues/162736
describe.skip('paging through calculationss', () => {
let documentId: string;
beforeEach(async () => {
documentId = uuidv4();
Expand Down

0 comments on commit 7b58f7f

Please sign in to comment.