Don't compare debug stepping of regress_62300145 with DEX output.

Bug: 67936230, 123181884
Change-Id: I4f067b4da2d241739c5eb04204093e320ac7c1f1
diff --git a/src/test/java/com/android/tools/r8/debug/ExamplesDebugTest.java b/src/test/java/com/android/tools/r8/debug/ExamplesDebugTest.java
index 17d5077..c398e8b 100644
--- a/src/test/java/com/android/tools/r8/debug/ExamplesDebugTest.java
+++ b/src/test/java/com/android/tools/r8/debug/ExamplesDebugTest.java
@@ -255,7 +255,8 @@
 
   @Test
   public void testRegress62300145() throws Exception {
-    testDebugging("regress_62300145", "Regress");
+    // TODO(b/67936230): Executes differently for Java 8 and 9, so don't compare to DEX output.
+    testDebuggingJvmOnly("regress_62300145", "Regress");
   }
 
   @Test