Index: tests/FontMgrTest.cpp |
diff --git a/tests/FontMgrTest.cpp b/tests/FontMgrTest.cpp |
index af1f03a8e1606f872b5c84eebba62f952cf4a173..8a9e125919b4e310757c9c2e449fe1a941c2f808 100644 |
--- a/tests/FontMgrTest.cpp |
+++ b/tests/FontMgrTest.cpp |
@@ -70,7 +70,10 @@ DEFINE_bool(verboseFontMgr, false, "run verbose fontmgr tests."); |
static void TestFontMgr(skiatest::Reporter* reporter) { |
test_fontiter(reporter, FLAGS_verboseFontMgr); |
+// The badnames test fails on Android because "sans" is not a valid alias |
+#if !defined(SK_BUILD_FOR_ANDROID) |
test_badnames(reporter); |
+#endif |
} |
#include "TestClassDef.h" |