Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: tools/perf/page_sets/webrtc_cases.py

Issue 2909653003: Re-enable the multiple_peerconnections story and disable webrtc traces and metrics. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/benchmarks/webrtc.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/webrtc_cases.py
diff --git a/tools/perf/page_sets/webrtc_cases.py b/tools/perf/page_sets/webrtc_cases.py
index 50e5e57391ce6c6f37547a6470a76526395b3333..aeff8850010f2602de063a0fe90c5cee546df1a2 100644
--- a/tools/perf/page_sets/webrtc_cases.py
+++ b/tools/perf/page_sets/webrtc_cases.py
@@ -140,5 +140,4 @@ class WebrtcPageSet(story.StorySet):
class WebrtcExpectations(story.expectations.StoryExpectations):
def SetExpectations(self):
- self.DisableStory('multiple_peerconnections', [story.expectations.ALL],
- 'crbug.com/725502')
+ pass
nednguyen 2017/05/26 18:30:52 this is wrong since it gonna return None. Randy: w
rnephew (Reviews Here) 2017/05/26 18:51:51 Its fine. This is the default for this method: htt
« no previous file with comments | « tools/perf/benchmarks/webrtc.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698