Add missing assumeTrue(...) that were not added in 54339c08ac

This commit is contained in:
Norman Maurer 2017-02-14 08:17:33 +01:00
parent 9b2b3e2512
commit 34ea09e552

View File

@ -55,6 +55,7 @@ public class PooledByteBufAllocatorTest extends AbstractByteBufAllocatorTest {
@Test
public void testArenaMetricsNoCacheAlign() {
Assume.assumeTrue(PooledByteBufAllocator.isDirectMemoryCacheAlignmentSupported());
testArenaMetrics0(new PooledByteBufAllocator(true, 2, 2, 8192, 11, 0, 0, 0, true, 64), 100, 0, 100, 100);
}