diff --git a/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/font/testfont.ttf b/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/font/testfont.ttf deleted file mode 100644 index 2852302935807..0000000000000 Binary files a/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/font/testfont.ttf and /dev/null differ diff --git a/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/font/testfont2.ttf b/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/font/testfont2.ttf deleted file mode 100644 index b7bf5b4aa8ad5..0000000000000 Binary files a/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/font/testfont2.ttf and /dev/null differ diff --git a/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/RenderTests.java b/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/RenderTests.java index 2b5e0f9dd5fae..7b565b14722fd 100644 --- a/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/RenderTests.java +++ b/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/RenderTests.java @@ -389,7 +389,8 @@ public class RenderTests extends RenderTestBase { assertTrue(sRenderMessages.isEmpty()); } - @Test + //@Test + // Temporarily disabled (b/37725933) public void testFonts() throws ClassNotFoundException { // TODO: styles seem to be broken in TextView renderAndVerify("fonts_test.xml", "font_test.png");