mirror of https://github.com/apache/nifi.git
NIFI-1918 Ignored failing test because timing is not deterministic and should not be used in unit test.
Signed-off-by: Matt Burgess <mattyb149@apache.org> This closes #465
This commit is contained in:
parent
433db23567
commit
ae3012a992
|
@ -22,6 +22,7 @@ import org.apache.nifi.util.TestRunners
|
||||||
import org.junit.After
|
import org.junit.After
|
||||||
import org.junit.Before
|
import org.junit.Before
|
||||||
import org.junit.BeforeClass
|
import org.junit.BeforeClass
|
||||||
|
import org.junit.Ignore
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import org.junit.runner.RunWith
|
import org.junit.runner.RunWith
|
||||||
import org.junit.runners.JUnit4
|
import org.junit.runners.JUnit4
|
||||||
|
@ -149,6 +150,7 @@ class ExecuteScriptGroovyTest extends BaseScriptTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("This test fails intermittently when the serial execution happens faster than pooled")
|
||||||
@Test
|
@Test
|
||||||
public void testPooledExecutionShouldBeFaster() throws Exception {
|
public void testPooledExecutionShouldBeFaster() throws Exception {
|
||||||
// Arrange
|
// Arrange
|
||||||
|
|
Loading…
Reference in New Issue