diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/s3/TestDeleteS3Object.java b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/s3/TestDeleteS3Object.java index 603b06adcc..509a31fe1c 100644 --- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/s3/TestDeleteS3Object.java +++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/s3/TestDeleteS3Object.java @@ -24,6 +24,7 @@ import java.util.HashMap; import java.util.Map; import org.junit.AfterClass; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import com.amazonaws.auth.PropertiesCredentials; @@ -38,7 +39,7 @@ import org.apache.nifi.util.TestRunner; import org.apache.nifi.util.TestRunners; -//@Ignore("For local testing only - interacts with S3 so the credentials file must be configured and all necessary buckets created") +@Ignore("For local testing only - interacts with S3 so the credentials file must be configured and all necessary buckets created") public class TestDeleteS3Object { private static final String CREDENTIALS_FILE = System.getProperty("user.home") + "/aws-credentials.properties";