Commit e7bdcaa6 authored by Amy Qiu's avatar Amy Qiu Committed by Commit Bot

Remove zdnet from pathological_mobile_sites

Since zdnet_patholocial is failing on Nexus6 Webview and it has recently
been refreshed, remove it. The rest of the old pages in
pathological_mobile_sites will be removed next week (following protocol
of removing old pages a week after new ones are added).

Bug:868295
Change-Id: I875e54a498ff23a29569ec878a74f63a0ed44f75

NOTRY=true  # CQ flake

Change-Id: I875e54a498ff23a29569ec878a74f63a0ed44f75
Reviewed-on: https://chromium-review.googlesource.com/1153087
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#578735}
parent 1fa4591e
...@@ -187,7 +187,6 @@ crbug.com/685342 [ Nexus_7 ] rendering.mobile/latimes_pathological [ Skip ] ...@@ -187,7 +187,6 @@ crbug.com/685342 [ Nexus_7 ] rendering.mobile/latimes_pathological [ Skip ]
crbug.com/685342 [ Nexus_7 ] rendering.mobile/pbs_pathological [ Skip ] crbug.com/685342 [ Nexus_7 ] rendering.mobile/pbs_pathological [ Skip ]
crbug.com/685342 [ Nexus_7 ] rendering.mobile/guardian_pathological [ Skip ] crbug.com/685342 [ Nexus_7 ] rendering.mobile/guardian_pathological [ Skip ]
crbug.com/685342 [ Nexus_7 ] rendering.mobile/wow_wiki_pathological [ Skip ] crbug.com/685342 [ Nexus_7 ] rendering.mobile/wow_wiki_pathological [ Skip ]
crbug.com/685342 [ Nexus_7 ] rendering.mobile/zdnet_pathological [ Skip ]
crbug.com/685342 [ Nexus_7 ] rendering.mobile/linkedin_pathological [ Skip ] crbug.com/685342 [ Nexus_7 ] rendering.mobile/linkedin_pathological [ Skip ]
crbug.com/822925 [ Android_Webview ] rendering.mobile/yahoo_sports_pathological [ Skip ] crbug.com/822925 [ Android_Webview ] rendering.mobile/yahoo_sports_pathological [ Skip ]
crbug.com/850295 [ All ] rendering.mobile/aquarium_20k [ Skip ] crbug.com/850295 [ All ] rendering.mobile/aquarium_20k [ Skip ]
......
...@@ -702,9 +702,6 @@ ...@@ -702,9 +702,6 @@
"yahoo_sports_pathological_2018": { "yahoo_sports_pathological_2018": {
"DEFAULT": "pathological_mobile_sites_012.wprgo" "DEFAULT": "pathological_mobile_sites_012.wprgo"
}, },
"zdnet_pathological": {
"DEFAULT": "pathological_mobile_sites_000.wprgo"
},
"zdnet_pathological_2018": { "zdnet_pathological_2018": {
"DEFAULT": "pathological_mobile_sites_012.wprgo" "DEFAULT": "pathological_mobile_sites_012.wprgo"
}, },
......
...@@ -111,11 +111,6 @@ class GuardianPathological2018Page(PathologicalMobileSitesPage): ...@@ -111,11 +111,6 @@ class GuardianPathological2018Page(PathologicalMobileSitesPage):
URL = 'http://www.theguardian.com/politics/2015/mar/09/ed-balls-tory-spending-plans-nhs-charging' URL = 'http://www.theguardian.com/politics/2015/mar/09/ed-balls-tory-spending-plans-nhs-charging'
class ZDNetPathologicalPage(PathologicalMobileSitesPage):
BASE_NAME = 'zdnet_pathological'
URL = 'http://www.zdnet.com'
class ZDNetPathological2018Page(PathologicalMobileSitesPage): class ZDNetPathological2018Page(PathologicalMobileSitesPage):
BASE_NAME = 'zdnet_pathological' BASE_NAME = 'zdnet_pathological'
YEAR = '2018' YEAR = '2018'
......
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