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

Commit 988b8306 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Re-enable tradefed workaround" into main

parents 36a651cb 4ccdc89a
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");