Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / tools / perf / benchmarks / session_restore.py
index d82dd04..5e01a33 100644 (file)
@@ -1,16 +1,14 @@
 # Copyright 2013 The Chromium Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
-import sys
-
-from telemetry import test
 
 from measurements import session_restore
+from telemetry import test
 
 
+# crbug.com/325479: Disabling this test for now since it never ran before.
+@test.Disabled('android', 'linux')
 class SessionRestoreColdTypical25(test.Test):
-  # crbug.com/325479: Disabling this test for now since it never ran before.
-  enabled = not sys.platform.startswith('linux')
   tag = 'cold'
   test = session_restore.SessionRestore
   page_set = 'page_sets/typical_25.json'