| Index: build/android/pylib/gtest/setup.py
|
| diff --git a/build/android/pylib/gtest/setup.py b/build/android/pylib/gtest/setup.py
|
| index 20c7ecd20d42b1b19ad4176ef2e29121713dfd3a..d85656e0cdda13703372e89973f3d95c3cec902b 100644
|
| --- a/build/android/pylib/gtest/setup.py
|
| +++ b/build/android/pylib/gtest/setup.py
|
| @@ -278,10 +278,6 @@ def Setup(test_options, devices):
|
| Returns:
|
| A tuple of (TestRunnerFactory, tests).
|
| """
|
| -
|
| - if not ports.ResetTestServerPortAllocation():
|
| - raise Exception('Failed to reset test server port.')
|
| -
|
| test_package = test_package_apk.TestPackageApk(test_options.suite_name)
|
| if not os.path.exists(test_package.suite_path):
|
| test_package = test_package_exe.TestPackageExecutable(
|
|
|