Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / tools / perf / benchmarks / image_decoding.py
index 7acb5dd..c83f88b 100644 (file)
@@ -2,8 +2,6 @@
 # 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 image_decoding
@@ -13,6 +11,3 @@ class ImageDecodingToughImageCases(test.Test):
   test = image_decoding.ImageDecoding
   # TODO: Rename this page set to tough_image_cases.json
   page_set = 'page_sets/image_decoding_measurement.json'
-
-  # crbug.com/323015
-  enabled = not sys.platform.startswith('linux')