| Index: test/configurations/inheritance/gyptest-inheritance.py
|
| diff --git a/test/configurations/inheritance/gyptest-inheritance.py b/test/configurations/inheritance/gyptest-inheritance.py
|
| index ecc9d08345864a4b7d289ad2fa04ebaf725155bc..22c73a3754d98245189f03a883b5c66958b733e8 100755
|
| --- a/test/configurations/inheritance/gyptest-inheritance.py
|
| +++ b/test/configurations/inheritance/gyptest-inheritance.py
|
| @@ -12,12 +12,6 @@ import TestGyp
|
|
|
| test = TestGyp.TestGyp()
|
|
|
| -if test.format == 'android':
|
| - # This test currently fails on android. Investigate why, fix the issues
|
| - # responsible, and reenable this test on android. See bug:
|
| - # https://code.google.com/p/gyp/issues/detail?id=436
|
| - test.skip_test(message='Test fails on android. Fix and reenable.\n')
|
| -
|
| test.run_gyp('configurations.gyp')
|
|
|
| test.set_configuration('Release')
|
|
|