Skip to content

Commit ed06154

Browse files
committed
Disable test
1 parent cc5e466 commit ed06154

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vs/workbench/contrib/terminal/test/browser/xterm/xtermTerminal.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ suite('XtermTerminal', () => {
257257
});
258258

259259
suite('renderers', () => {
260-
// This is skipped on Windows because the result depends on the webgl
261-
// renderer in the browsing context
262-
(isWindows ? test.skip : test)('should re-evaluate gpu acceleration auto when the setting is changed', async () => {
260+
// This is skipped until the webgl renderer bug is fixed in Chromium
261+
// https://bugs.chromium.org/p/chromium/issues/detail?id=1476475
262+
test.skip('should re-evaluate gpu acceleration auto when the setting is changed', async () => {
263263
// Check initial state
264264
strictEqual(TestWebglAddon.isEnabled, false);
265265

0 commit comments

Comments
 (0)