Skip to content

Commit

Permalink
fix the flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
ersin-erdal committed Oct 12, 2022
1 parent 1da2bb5 commit c03041f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ export default function ruleTests({ getService }: FtrProviderContext) {
});

it('runs correctly: max grouped on float', async () => {
// write documents from now to the future end date in 3 groups
await createEsDocumentsInGroups(3);
await createRule({
name: 'never fire',
aggType: 'max',
Expand Down

0 comments on commit c03041f

Please sign in to comment.