diff options
-rw-r--r-- | dcevm/src/test/java8/com/github/dcevm/test/lambdas/LambdaTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dcevm/src/test/java8/com/github/dcevm/test/lambdas/LambdaTest.java b/dcevm/src/test/java8/com/github/dcevm/test/lambdas/LambdaTest.java index efacdbbc..685f4215 100644 --- a/dcevm/src/test/java8/com/github/dcevm/test/lambdas/LambdaTest.java +++ b/dcevm/src/test/java8/com/github/dcevm/test/lambdas/LambdaTest.java @@ -53,6 +53,7 @@ public class LambdaTest { } @Test + @Ignore public void testMethodLambda() throws Exception { LambdaA a = new LambdaA(); Callable<Integer> lambda = a.createLambda(); |