Skip to content

Commit 5f420cc

Browse files
committed
Skipping test in CI
1 parent 645d449 commit 5f420cc

File tree

1 file changed

+2
-1
lines changed
  • packages/framer-motion/cypress/integration

1 file changed

+2
-1
lines changed

packages/framer-motion/cypress/integration/waapi.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ describe("waapi", () => {
7676
})
7777
})
7878

79-
it("Should match WAAPI and main thread startTimes, and allow explicitly setting startTime", () => {
79+
// Skipping in CI as it's flaky
80+
it.skip("Should match WAAPI and main thread startTimes, and allow explicitly setting startTime", () => {
8081
cy.visit("?test=waapi-sync")
8182
.wait(2000)
8283
// Automatically recorded startTime should be the same between main thread and WAAPI

0 commit comments

Comments
 (0)