Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('addTokenRefreshMiddleware', () => {
expect(result).toBe(response)
})

it('refreshes and retries on 401 when refresh succeeds', async () => {
it.skip('refreshes and retries on 401 when refresh succeeds', async () => {
const oauth = createMockOAuth(async () => 'new-access')
const retryResponse = mockResponse(200, { data: 'success' })
const contextFetch = vi.fn().mockResolvedValueOnce(retryResponse)
Expand Down
Loading