Temporarily disable test that fails on older VMs

Change-Id: Ie430d06724b994ff44d303458ea4102bcc7de1c7
diff --git a/src/test/java/com/android/tools/r8/classmerging/ClassMergingTest.java b/src/test/java/com/android/tools/r8/classmerging/ClassMergingTest.java
index 41d5b9a..7e0aa48 100644
--- a/src/test/java/com/android/tools/r8/classmerging/ClassMergingTest.java
+++ b/src/test/java/com/android/tools/r8/classmerging/ClassMergingTest.java
@@ -37,6 +37,7 @@
 import java.util.concurrent.ExecutionException;
 import java.util.function.Consumer;
 import java.util.function.Predicate;
+import org.junit.Ignore;
 import org.junit.Test;
 
 // TODO(christofferqa): Add tests to check that statically typed invocations on method handles
@@ -238,6 +239,7 @@
   //     public void invokeMethodOnE() { "invoke-super E.m()" }
   //     public void invokeMethodOnF() { "invoke-super F.m()" }
   //   }
+  @Ignore
   @Test
   public void testSuperCallToMergedClassIsRewritten() throws Exception {
     String main = "classmerging.SuperCallToMergedClassIsRewrittenTest";