Skip to content

Commit 58bcd1c

Browse files
committed
ignore purposefully skipped offline transport test
1 parent 1c8a53e commit 58bcd1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/test/lib/transports/offline.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ describe('makeOfflineTransport', () => {
326326
expect(getCalls()).toEqual([]);
327327
});
328328

329+
// eslint-disable-next-line jest/no-disabled-tests
329330
it.skip(
330331
'Follows the Retry-After header',
331332
async () => {

0 commit comments

Comments
 (0)