NO-JIRA Fixing test
This commit is contained in:
parent
24c6d904b9
commit
ee92ddcb3b
|
@ -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());
|
||||||
|
|
Loading…
Reference in New Issue