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:
Andy LoPresto 2016-05-24 19:28:37 -07:00 committed by Matt Burgess
parent 433db23567
commit ae3012a992
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ import org.apache.nifi.util.TestRunners
import org.junit.After
import org.junit.Before
import org.junit.BeforeClass
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
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
public void testPooledExecutionShouldBeFaster() throws Exception {
// Arrange