Skip flaky E2E tests in CI #9
ci.yml
on: push
Lint
19s
Unit Tests
18s
Integration Tests
28s
Build
22s
E2E Tests
1m 25s
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
|