Skip to content

Commit fe4ede0

Browse files
author
Blue F
authored
chore(tests): Remove flaky assertion that relies on png how compression (#18668)
1 parent 6d6623c commit fe4ede0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

system-tests/test/screenshots_spec.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ describe('e2e screenshots', () => {
9797
.then((sizes) => {
9898
// make sure all of the values are unique
9999
expect(sizes).to.deep.eq(_.uniq(sizes))
100-
101-
// png1 should not be within 1k of png2
102-
expect(sizes[0]).not.to.be.closeTo(sizes[1], 1000)
103100
}).then(() => {
104101
return Promise.all([
105102
sizeOf(screenshot1),

0 commit comments

Comments
 (0)