Commit 8539f99c authored by Camillo Bruni's avatar Camillo Bruni Committed by Commit Bot

[perf] Add load:media:soundcloud:2018 system health story

This CL was created automatically with tools/perf/update_wpr script

R=perezju@chromium.org

Bug: 878390
Change-Id: I8ccf0cd9732103ef22a1c4352037ebd731549b51
Reviewed-on: https://chromium-review.googlesource.com/c/1329629Reviewed-by: default avatarJuan Antonio Navarro Pérez <perezju@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608725}
parent d42dfa92
...@@ -89,6 +89,7 @@ _DISABLED_TESTS = frozenset({ ...@@ -89,6 +89,7 @@ _DISABLED_TESTS = frozenset({
'system_health.memory_desktop/load:games:spychase', 'system_health.memory_desktop/load:games:spychase',
'system_health.memory_desktop/load:media:flickr', 'system_health.memory_desktop/load:media:flickr',
'system_health.memory_desktop/load:media:google_images', 'system_health.memory_desktop/load:media:google_images',
'system_health.memory_desktop/load:media:soundcloud',
'system_health.memory_desktop/load:news:cnn', 'system_health.memory_desktop/load:news:cnn',
'system_health.memory_desktop/load:news:wikipedia', 'system_health.memory_desktop/load:news:wikipedia',
'system_health.memory_desktop/load:search:baidu', 'system_health.memory_desktop/load:search:baidu',
...@@ -97,6 +98,7 @@ _DISABLED_TESTS = frozenset({ ...@@ -97,6 +98,7 @@ _DISABLED_TESTS = frozenset({
'system_health.memory_desktop/load:search:yahoo', 'system_health.memory_desktop/load:search:yahoo',
'system_health.memory_desktop/load:search:yandex', 'system_health.memory_desktop/load:search:yandex',
'system_health.memory_desktop/load:tools:stackoverflow', 'system_health.memory_desktop/load:tools:stackoverflow',
'system_health.memory_mobile/load:media:soundcloud',
# MOBILE: # MOBILE:
'system_health.memory_mobile/load:games:spychase', 'system_health.memory_mobile/load:games:spychase',
'system_health.memory_mobile/load:media:flickr', 'system_health.memory_mobile/load:media:flickr',
......
...@@ -162,6 +162,9 @@ ...@@ -162,6 +162,9 @@
"load:media:soundcloud": { "load:media:soundcloud": {
"DEFAULT": "system_health_desktop_003.wprgo" "DEFAULT": "system_health_desktop_003.wprgo"
}, },
"load:media:soundcloud:2018": {
"DEFAULT": "system_health_desktop_c57cd175f7.wprgo"
},
"load:media:youtube": { "load:media:youtube": {
"DEFAULT": "system_health_desktop_003.wprgo", "DEFAULT": "system_health_desktop_003.wprgo",
"linux": "system_health_desktop_003.wprgo", "linux": "system_health_desktop_003.wprgo",
......
c57cd175f759d6c669ec81f6e52e152b33bfffd2
\ No newline at end of file
...@@ -147,6 +147,9 @@ ...@@ -147,6 +147,9 @@
"load:media:soundcloud": { "load:media:soundcloud": {
"DEFAULT": "system_health_mobile_003.wprgo" "DEFAULT": "system_health_mobile_003.wprgo"
}, },
"load:media:soundcloud:2018": {
"DEFAULT": "system_health_mobile_41c6b74f52.wprgo"
},
"load:media:youtube": { "load:media:youtube": {
"DEFAULT": "system_health_mobile_003.wprgo" "DEFAULT": "system_health_mobile_003.wprgo"
}, },
......
41c6b74f52ff84ba11015e3ca2c855e36dc7c8d3
\ No newline at end of file
...@@ -381,6 +381,13 @@ class LoadSoundCloudStory(_LoadingStory): ...@@ -381,6 +381,13 @@ class LoadSoundCloudStory(_LoadingStory):
TAGS = [story_tags.YEAR_2016] TAGS = [story_tags.YEAR_2016]
class LoadSoundCloudStory2018(_LoadingStory):
# No way to disable autoplay on desktop. Album artwork doesn't load due to
NAME = 'load:media:soundcloud:2018'
URL = 'https://soundcloud.com/lifeofdesiigner/desiigner-panda'
TAGS = [story_tags.YEAR_2018]
class Load9GagDesktopStory(_LoadingStory): class Load9GagDesktopStory(_LoadingStory):
NAME = 'load:media:9gag' NAME = 'load:media:9gag'
URL = 'https://www.9gag.com/' URL = 'https://www.9gag.com/'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment