We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645d449 commit 5f420ccCopy full SHA for 5f420cc
packages/framer-motion/cypress/integration/waapi.ts
@@ -76,7 +76,8 @@ describe("waapi", () => {
76
})
77
78
79
- it("Should match WAAPI and main thread startTimes, and allow explicitly setting startTime", () => {
+ // Skipping in CI as it's flaky
80
+ it.skip("Should match WAAPI and main thread startTimes, and allow explicitly setting startTime", () => {
81
cy.visit("?test=waapi-sync")
82
.wait(2000)
83
// Automatically recorded startTime should be the same between main thread and WAAPI
0 commit comments