Disable WritePixelsTest on Android

This fails on Xoom.  Re-enable when #634 is fixed.
Review URL: https://codereview.appspot.com/6354099

git-svn-id: http://skia.googlecode.com/svn/trunk@4584 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
borenet@google.com 2012-07-12 19:48:42 +00:00
parent 9764cc6c10
commit 0cb1e2bcae

View File

@ -415,6 +415,7 @@ void WritePixelsTest(skiatest::Reporter* reporter, GrContext* context) {
}
}
#ifndef SK_BUILD_FOR_ANDROID
#include "TestClassDef.h"
DEFINE_GPUTESTCLASS("WritePixels", WritePixelsTestClass, WritePixelsTest)
#endif