File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/vs/workbench/contrib/terminal/test/browser/xterm Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -257,9 +257,9 @@ suite('XtermTerminal', () => {
257
257
} ) ;
258
258
259
259
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 ( ) => {
263
263
// Check initial state
264
264
strictEqual ( TestWebglAddon . isEnabled , false ) ;
265
265
You can’t perform that action at this time.
0 commit comments