Skip to content

Commit

Permalink
CacheableTest.java:57-58: Make sure that this test... #133
Browse files Browse the repository at this point in the history
  • Loading branch information
nhekfqn committed Feb 8, 2015
1 parent 283af1d commit 329d216
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/java/com/jcabi/aspects/CacheableTest.java
Expand Up @@ -40,7 +40,6 @@
import java.util.concurrent.TimeUnit;
import org.hamcrest.MatcherAssert;
import org.hamcrest.Matchers;
import org.junit.Ignore;
import org.junit.Test;

/**
Expand All @@ -61,11 +60,8 @@ public final class CacheableTest {
/**
* Cacheable can cache calls.
* @throws Exception If something goes wrong
* @todo #124:30min Make sure that this test runs under Java 8 and remove
* the Ignore annotation then.
*/
@Test
@Ignore
public void cachesSimpleCall() throws Exception {
final CacheableTest.Foo foo = new CacheableTest.Foo(1L);
final String first = foo.get().toString();
Expand Down

0 comments on commit 329d216

Please sign in to comment.