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

Commit 20175d25 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Disable I64e0b8d488b119804027043d180499d485d7b5d5

Bug: 363094647
Test: atest PowerStatsTestsRavenwood
Test: TH
Flag: EXEMPT host test change only
Change-Id: I386d1cae25b7f55103a63bcd7730bf1d2991250d
parent 55e4b4a0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -203,6 +203,10 @@ public class RavenwoodAwareTestRunner extends Runner implements Filterable, Orde
            // so record it and throw it when the test actually started.
            log("Fatal: Exception detected in constructor: " + th.getMessage() + "\n"
                    + Log.getStackTraceString(th));
            if (true) {
                // TODO(b/363094647) Remove this
                throw th;
            }
            mExceptionInConstructor = new RuntimeException("Exception detected in constructor",
                    th);
            mDescription = Description.createTestDescription(testClass, "Constructor");