| Index: content/test/gpu/gpu_tests/trace_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/trace_integration_test.py b/content/test/gpu/gpu_tests/trace_integration_test.py
|
| index 6dfa2cd866ccb3acdfad1a6d70b068bccebfd490..9f7e44ad1eb9a60a5fa15918bcf93d813d4fa075 100644
|
| --- a/content/test/gpu/gpu_tests/trace_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/trace_integration_test.py
|
| @@ -120,8 +120,8 @@ class TraceIntegrationTest(gpu_integration_test.GpuIntegrationTest):
|
| return trace_test_expectations.TraceTestExpectations()
|
|
|
| @classmethod
|
| - def setUpClass(cls):
|
| - super(cls, TraceIntegrationTest).setUpClass()
|
| + def SetUpProcess(cls):
|
| + super(cls, TraceIntegrationTest).SetUpProcess()
|
| path_util.SetupTelemetryPaths()
|
| cls.CustomizeOptions()
|
| cls.SetBrowserOptions(cls._finder_options)
|
|
|