| Index: test/configurations/basics/gyptest-configurations.py
|
| diff --git a/test/configurations/basics/gyptest-configurations.py b/test/configurations/basics/gyptest-configurations.py
|
| index 1cf1995db78c16e626c42e229b8052e989267906..27cd2e87d22437a6a59a930d5605251c8794d538 100755
|
| --- a/test/configurations/basics/gyptest-configurations.py
|
| +++ b/test/configurations/basics/gyptest-configurations.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')
|
|
|