Add missing assumeTrue(...) that were not added in 54339c08ac
This commit is contained in:
parent
9b2b3e2512
commit
34ea09e552
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user