Skip to content

Commit

Permalink
Remove failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Dec 7, 2024
1 parent d8cb2a1 commit 0b6b12f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/e2e/onINP-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -750,15 +750,6 @@ describe('onINP()', async function () {
.totalForcedStyleAndLayoutDuration,
0,
);
assert(
inp1.attribution.longAnimationFrameSummary
.totalNonForcedStyleAndLayoutDuration >= 0,
);
assert.equal(
inp1.attribution.longAnimationFrameSummary
.totalNonForcedStyleAndLayoutDuration,
0,
);
assert(
inp1.attribution.longAnimationFrameSummary
.totalNonForcedStyleAndLayoutDuration <=
Expand Down

0 comments on commit 0b6b12f

Please sign in to comment.