diff options
| author | 2024-08-30 10:52:55 -0700 | |
|---|---|---|
| committer | 2024-08-30 10:52:55 -0700 | |
| commit | 4ccdc89a9429daea545fb156822010de862d381d (patch) | |
| tree | 446c3561256a2d76f1b45ccedc85a36624a4f3b9 | |
| parent | 897a3525d5f9e55308053250f6f486ed7f84ffed (diff) | |
Re-enable tradefed workaround
Bug: 363260388
Test: treehugger
Flag: EXEMPT host test change only
Change-Id: I3766e6f214f66a0052b9c76ed7ae8845026dd640
| -rw-r--r-- | ravenwood/junit-src/android/platform/test/ravenwood/RavenwoodAwareTestRunner.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ravenwood/junit-src/android/platform/test/ravenwood/RavenwoodAwareTestRunner.java b/ravenwood/junit-src/android/platform/test/ravenwood/RavenwoodAwareTestRunner.java index 7a1609552ede..7d991663f4b1 100644 --- a/ravenwood/junit-src/android/platform/test/ravenwood/RavenwoodAwareTestRunner.java +++ b/ravenwood/junit-src/android/platform/test/ravenwood/RavenwoodAwareTestRunner.java @@ -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"); |