]> source.dussan.org Git - dcevm.git/commitdiff
Disable lambda's test for now
authorIvan Dubrov <idubrov@guidewire.com>
Fri, 2 May 2014 14:37:48 +0000 (07:37 -0700)
committerIvan Dubrov <idubrov@guidewire.com>
Fri, 2 May 2014 14:37:48 +0000 (07:37 -0700)
dcevm/src/test/java8/com/github/dcevm/test/lambdas/LambdaTest.java

index efacdbbc29a71b8e3adcffd62e6cf986beb3a8b9..685f4215dcf39f705d1b222e1f986145d7df8ccf 100644 (file)
@@ -53,6 +53,7 @@ public class LambdaTest {
   }
 
   @Test
+  @Ignore
   public void testMethodLambda() throws Exception {
     LambdaA a = new LambdaA();
     Callable<Integer> lambda = a.createLambda();