Skip to content

Skip flaky E2E tests in CI #9

Skip flaky E2E tests in CI

Skip flaky E2E tests in CI #9

Triggered via push December 14, 2025 23:00
Status Success
Total duration 1m 28s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Lint: app/src/hooks/useSession.ts#L210
React Hook useEffect has a missing dependency: 'state'. Either include it or remove the dependency array
Lint: app/src/hooks/useSession.ts#L162
React Hook useEffect has missing dependencies: 'isDebugMode', 'loadState', 'logError', 'logState', 'resetState', and 'setSessionInfo'. Either include them or remove the dependency array. If 'resetState' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint: app/src/hooks/useQRMode.ts#L65
React Hook useMemo has an unnecessary dependency: 'isActive'. Either exclude it or remove the dependency array
Lint: app/src/hooks/useMultiplayer.ts#L162
React Hook useEffect has a missing dependency: 'getStateForHash'. Either include it or remove the dependency array