mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-22 21:01:00 +02:00
Turning off AbstractEventAccumulatorTest.timeTrigger
Change-Id: I533e8abf9b00eba5ab2bd7d33f286e39322c0ed9
This commit is contained in:
parent
60e4abf0cc
commit
38935e5f08
@ -9,6 +9,7 @@ import static org.onlab.onos.event.TestEvent.Type.FOO;
|
||||
import java.util.List;
|
||||
import java.util.Timer;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
@ -41,6 +42,7 @@ public class AbstractEventAccumulatorTest {
|
||||
assertEquals("incorrect batch", "abcde", accumulator.batch);
|
||||
}
|
||||
|
||||
@Ignore("FIXME: timing sensitive test failing randomly.")
|
||||
@Test
|
||||
public void timeTrigger() {
|
||||
TestAccumulator accumulator = new TestAccumulator();
|
||||
|
Loading…
x
Reference in New Issue
Block a user