Index: test/library/gyptest-static.py |
diff --git a/test/library/gyptest-static.py b/test/library/gyptest-static.py |
index 27d8aa34e951e3b814a67bb1fccb481221258d24..4bc71c4962a169c4e86d5fa2000b163d211c17e3 100755 |
--- a/test/library/gyptest-static.py |
+++ b/test/library/gyptest-static.py |
@@ -14,12 +14,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('library.gyp', |
'-Dlibrary=static_library', |
'-Dmoveable_function=lib1', |