Nifi-1509 - commented out integration test

This commit is contained in:
mans2singh 2016-02-11 21:14:28 -08:00
parent 180a90d12b
commit cd05bedda8
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public class ITPutLambdaTest {
* Comment out ignore for integration tests (requires creds files)
*/
@Test
// @Ignore
@Ignore
public void testIntegrationClientErrorBadMessageBody() throws Exception {
runner = TestRunners.newTestRunner(PutLambda.class);
runner.setProperty(PutLambda.CREDENTIALS_FILE, CREDENTIALS_FILE);