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

Unified Diff: telemetry/telemetry/page/__init__.py

Issue 2610173005: Revert of Asserting telemetry story display name length for filename creation. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | telemetry/telemetry/page/page_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/page/__init__.py
diff --git a/telemetry/telemetry/page/__init__.py b/telemetry/telemetry/page/__init__.py
index ce9f7916f26cc0221e3e530ec2ee6b17e9cb0ab5..5c0e5db9b2b7c334090aefba3188925e08f5f356 100644
--- a/telemetry/telemetry/page/__init__.py
+++ b/telemetry/telemetry/page/__init__.py
@@ -68,9 +68,6 @@
self.skip_waits = False
self.script_to_evaluate_on_commit = None
self._SchemeErrorCheck()
- # Confirm that the display name length that is used to generate the trace
- # filename isn't too long. See crbug.com/662941.
- assert len(self.display_name) <= 180
@property
def credentials_path(self):
« no previous file with comments | « no previous file | telemetry/telemetry/page/page_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698