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

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

Issue 2899123002: [Telemetry] Disable webrtc.multiple_peerconnections story. (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 2cce60f759eb7217f45399f088c212e316b609b8..50e5e57391ce6c6f37547a6470a76526395b3333 100644
--- a/tools/perf/page_sets/webrtc_cases.py
+++ b/tools/perf/page_sets/webrtc_cases.py
@@ -136,3 +136,9 @@ class WebrtcPageSet(story.StorySet):
# self.AddStory(AudioCall(self, 'G772'))
# self.AddStory(AudioCall(self, 'PCMU'))
# self.AddStory(AudioCall(self, 'ISAC/1600'))
+
+
+class WebrtcExpectations(story.expectations.StoryExpectations):
+ def SetExpectations(self):
+ self.DisableStory('multiple_peerconnections', [story.expectations.ALL],
+ 'crbug.com/725502')
« 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