Skip to content

Commit

Permalink
higher visualize png check threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed May 4, 2022
1 parent 8e76398 commit efa88c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/visualize/reporting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
log
);

expect(percentDiff).to.be.lessThan(0.09);
expect(percentDiff).to.be.lessThan(0.009);
});
});
});
Expand Down

0 comments on commit efa88c3

Please sign in to comment.