Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Dec 22, 2024
1 parent 5cfa407 commit 353a74b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import static org.junit.Assert.assertTrue;

import java.io.IOException;
import org.junit.Ignore;
import org.junit.Test;

/** Tests that all our JMH benchmarks compile successfully */
Expand All @@ -14,6 +15,7 @@ public void testAutodispose() throws IOException {
}

@Test
@Ignore("need to update caffeine version")
public void testCaffeine() throws IOException {
assertTrue(new CaffeineCompiler().compile());
}
Expand Down

0 comments on commit 353a74b

Please sign in to comment.