mirror of https://github.com/apache/nifi.git
Nifi-1509 - commented out integration test
This commit is contained in:
parent
180a90d12b
commit
cd05bedda8
|
@ -96,7 +96,7 @@ public class ITPutLambdaTest {
|
||||||
* Comment out ignore for integration tests (requires creds files)
|
* Comment out ignore for integration tests (requires creds files)
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
// @Ignore
|
@Ignore
|
||||||
public void testIntegrationClientErrorBadMessageBody() throws Exception {
|
public void testIntegrationClientErrorBadMessageBody() throws Exception {
|
||||||
runner = TestRunners.newTestRunner(PutLambda.class);
|
runner = TestRunners.newTestRunner(PutLambda.class);
|
||||||
runner.setProperty(PutLambda.CREDENTIALS_FILE, CREDENTIALS_FILE);
|
runner.setProperty(PutLambda.CREDENTIALS_FILE, CREDENTIALS_FILE);
|
||||||
|
|
Loading…
Reference in New Issue