Disable new test from r1779 for the android generator.

BUG=gyp:379
TBR=torne@chromium.org

Review URL: https://codereview.chromium.org/68333002

git-svn-id: http://gyp.googlecode.com/svn/trunk@1782 78cadc50-ecff-11dd-a971-7dbc132099af
diff --git a/test/copies/gyptest-attribs.py b/test/copies/gyptest-attribs.py
index 70d717a..86d8598 100644
--- a/test/copies/gyptest-attribs.py
+++ b/test/copies/gyptest-attribs.py
@@ -24,7 +24,8 @@
     test.fail_test()
 
 
-test = TestGyp.TestGyp()
+# Doesn't pass with the android generator, see gyp bug 379.
+test = TestGyp.TestGyp(formats=['!android'])
 
 test.run_gyp('copies-attribs.gyp', chdir='src')