| Index: tools/telemetry/telemetry/core/video_unittest.py
|
| diff --git a/tools/telemetry/telemetry/core/video_unittest.py b/tools/telemetry/telemetry/core/video_unittest.py
|
| index 5e3e80d5a2befb56078db79f7cf2d205fa8f714b..aa4ddbe0c51d036aa0443debe21c3933a4601b48 100644
|
| --- a/tools/telemetry/telemetry/core/video_unittest.py
|
| +++ b/tools/telemetry/telemetry/core/video_unittest.py
|
| @@ -6,7 +6,7 @@ import logging
|
| import os
|
| import unittest
|
|
|
| -from telemetry import test
|
| +from telemetry import benchmark
|
| from telemetry.core import bitmap
|
| from telemetry.core import platform
|
| from telemetry.core import util
|
| @@ -15,7 +15,7 @@ from telemetry.core import video
|
|
|
| class VideoTest(unittest.TestCase) :
|
|
|
| - @test.Disabled
|
| + @benchmark.Disabled
|
| def testFramesFromMp4(self):
|
| host_platform = platform.GetHostPlatform()
|
|
|
|
|