Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index 95b1868760c58675fe1298e48d723495995a2f87..cd73766a469ae7fb894ae3c5cd7a000e01a4c0f9 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -189,13 +189,12 @@ PYTHON_UNIT_TEST_SUITES = { |
'pylib.device.device_utils_test', |
] |
}, |
-# TODO(mkosiba) Enable after fixing these tests. |
-# 'gyp_py_unittests': { |
-# 'path': os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'android', 'gyp'), |
-# 'test_modules': [ |
-# 'java_cpp_enum_tests' |
-# ] |
-# }, |
+ 'gyp_py_unittests': { |
+ 'path': os.path.join(DIR_SOURCE_ROOT, 'build', 'android', 'gyp'), |
+ 'test_modules': [ |
+ 'java_cpp_enum_tests', |
+ ] |
+ }, |
} |