NO-JIRA Fixing test

This commit is contained in:
Clebert Suconic 2021-06-01 19:31:54 -04:00
parent 24c6d904b9
commit ee92ddcb3b
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ import org.junit.BeforeClass;
*/ */
public class AIOUnbuferedJournalImplTest extends JournalImplTestUnit { public class AIOUnbuferedJournalImplTest extends JournalImplTestUnit {
@Override
protected boolean suportsRetention() {
return false;
}
@BeforeClass @BeforeClass
public static void hasAIO() { public static void hasAIO() {
org.junit.Assume.assumeTrue("Test case needs AIO to run", AIOSequentialFileFactory.isSupported()); org.junit.Assume.assumeTrue("Test case needs AIO to run", AIOSequentialFileFactory.isSupported());