mirror of https://github.com/apache/nifi.git
NIFI-7006 Changed the Kudu controller service test to an integration test since it starts a server and is not portable across build environments (#3976)
Signed-off-by: Andy LoPresto <alopresto@apache.org>
This commit is contained in:
parent
0ae200252f
commit
fc2e6b3471
|
@ -52,7 +52,7 @@ import java.util.Optional;
|
|||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertFalse;
|
||||
|
||||
public class TestKuduLookupService {
|
||||
public class ITestKuduLookupService {
|
||||
|
||||
// The KuduTestHarness automatically starts and stops a real Kudu cluster
|
||||
// when each test is run. Kudu persists its on-disk state in a temporary
|
Loading…
Reference in New Issue