Turn off WritePixelsTest in fixed pt build (GPU device known not to work, no plan to fix)




git-svn-id: http://skia.googlecode.com/svn/trunk@2663 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/WritePixelsTest.cpp b/tests/WritePixelsTest.cpp
index 8244fb1..c82b0b0 100644
--- a/tests/WritePixelsTest.cpp
+++ b/tests/WritePixelsTest.cpp
@@ -288,7 +288,9 @@
 static const CanvasConfig gCanvasConfigs[] = {
     {kRaster_DevType, true},
     {kRaster_DevType, false},
+#ifdef SK_SCALAR_IS_FLOAT
     {kGpu_DevType, true}, // row bytes has no meaning on gpu devices
+#endif
 };
 
 bool setupCanvas(SkCanvas* canvas, const CanvasConfig& c, GrContext* grCtx) {