summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authordennisjeffrey@chromium.org <dennisjeffrey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-28 01:50:50 +0000
committerdennisjeffrey@chromium.org <dennisjeffrey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-28 01:50:50 +0000
commit3cb22660c043eb2a512e0cbd1e0447d9ecaa85fa (patch)
tree5e20d8a189b1648989e37aa699a5d0a39b927d47 /chrome/test
parentb9fd01bae27674f04fd6944636e0756995073319 (diff)
downloadchromium_src-3cb22660c043eb2a512e0cbd1e0447d9ecaa85fa.zip
chromium_src-3cb22660c043eb2a512e0cbd1e0447d9ecaa85fa.tar.gz
chromium_src-3cb22660c043eb2a512e0cbd1e0447d9ecaa85fa.tar.bz2
Disable two Netflix performance tests on ChromeOS that are consistently failing.
BUG= https://code.google.com/p/chrome-os-partner/issues/detail?id=7129 https://code.google.com/p/chrome-os-partner/issues/detail?id=7315 TEST=None Review URL: https://chromiumcodereview.appspot.com/9474025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123858 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/functional/PYAUTO_TESTS8
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index d1435f7..3d839dd 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -654,6 +654,14 @@
'CHROMEOS_PERF': {
'chromeos': [
'perf',
+
+ # ==================================================
+ # Disabled tests that need to be investigated/fixed.
+ # ==================================================
+ # Netflix tests currently failing:
+ # https://code.google.com/p/chrome-os-partner/issues/detail?id=7129
+ # https://code.google.com/p/chrome-os-partner/issues/detail?id=7315
+ '-perf.NetflixPerfTest',
],
},