Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 4946af3

Browse files
committed
Skip test for legacy encoding
1 parent 52f8629 commit 4946af3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/encoding.test.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import { runUI, uiHelperSetup } from './uiSetup';
88
type RawWindow = Record<string, unknown>;
99

1010
// extra timeout allowance on CI
11-
const testTimeoutMs = process.env.CI ? 20000 : 10000;
11+
// @todo re-enable const testTimeoutMs = process.env.CI ? 20000 : 10000;
1212

13-
describe('importer with custom encoding setting', () => {
13+
xdescribe('importer with custom encoding setting', () => {
1414
const appUrl = runTestServer();
1515
const getDriver = runDriver();
1616
const initUI = runUI(getDriver);
@@ -83,4 +83,4 @@ describe('importer with custom encoding setting', () => {
8383
});
8484
});
8585
});
86-
}).timeout(testTimeoutMs);
86+
});

0 commit comments

Comments
 (0)