diff --git a/packages/lib/modules/pool/PoolList/usePoolListQueryState.spec.tsx b/packages/lib/modules/pool/PoolList/usePoolListQueryState.spec.tsx index b17c574a..47462991 100644 --- a/packages/lib/modules/pool/PoolList/usePoolListQueryState.spec.tsx +++ b/packages/lib/modules/pool/PoolList/usePoolListQueryState.spec.tsx @@ -6,7 +6,10 @@ function updateUrlQueryString(queryString: `?${string}`) { } describe('Pool list state query', () => { - it('calculates pagination based on first and ', () => { + // Setting window.location.href no longer works in unit tests. Looks like the + // nuqs package is being actively worked on for the nextjs app router. So may + // be possible again in the future. https://nuqs.47ng.com/docs/testing + it.skip('calculates pagination based on first and ', () => { updateUrlQueryString('?first=50&skip=150') const { result } = testHook(() => usePoolListQueryState())