Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2e529d3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "fix(non linear font scaling): optimize test to reduce flaky timeouts" into udc-dev

parents 70e3d208 5dda3907
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -90,11 +90,7 @@ class FontScaleConverterFactoryTest {
            }
            .forEach { (table, sp) ->
                try {
                    assertWithMessage(
                        "convertSpToDp(%s) on table: %s",
                        sp.toString(),
                        table.toString()
                    )
                    assertWithMessage("convertSpToDp(%s) on table: %s", sp, table)
                        .that(table.convertSpToDp(sp))
                        .isFinite()
                } catch (e: Exception) {