We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20440e commit 89bcc65Copy full SHA for 89bcc65
chrome/test/functional/PYAUTO_TESTS
@@ -40,6 +40,7 @@
40
'bookmarks',
41
'browser',
42
'browsing_data',
43
+ 'chromoting_basic',
44
'codesign',
45
'content',
46
'cookies',
@@ -307,6 +308,8 @@
307
308
# ===========================
309
# You cannot resize the browser window on ChromeOS.
310
'-browser.BrowserTest.testWindowResize',
311
+ # ChromeOS doesn't yet support the chromoting host.
312
+ '-chromoting_basic',
313
# No codesign verification on ChromeOS.
314
'-codesign',
315
# Import tests are invalid on ChromeOS since Chrome is the only browser.
0 commit comments