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

Commit 4ccdc89a authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Re-enable tradefed workaround

Bug: 363260388
Test: treehugger
Flag: EXEMPT host test change only
Change-Id: I3766e6f214f66a0052b9c76ed7ae8845026dd640
parent 897a3525
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -203,10 +203,6 @@ 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");