Index: functional/PYAUTO_TESTS |
=================================================================== |
--- functional/PYAUTO_TESTS (revision 97324) |
+++ functional/PYAUTO_TESTS (working copy) |
@@ -381,6 +381,7 @@ |
'FULL': { |
'all': [ |
'@CONTINUOUS', |
+ 'nacl_sdk', |
'translate', |
# ================================================== |
@@ -399,6 +400,8 @@ |
'-translate.TranslateTest.testAlwaysTranslateInIncognito', |
# This test fails due to crbug.com/85633 |
'-translate.TranslateTest.testSessionRestore', |
+ # The source is behind. Waiting for dev to automate the update. |
+ '-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum', |
], |
'win': [ |
@@ -436,6 +439,12 @@ |
], |
'chromeos': [ |
+ # =========================== |
+ # Permanently-disabled tests. |
+ # =========================== |
+ # No NaCl support on ChromeOS. |
+ '-nacl_sdk', |
+ |
# ================================================== |
# Disabled tests that need to be investigated/fixed. |
# ================================================== |