Ignore the test suite

This commit is contained in:
Yuu ISHIKAWA 2015-09-01 22:36:50 +09:00
parent d1dbd37629
commit 7e6834937b
1 changed files with 2 additions and 2 deletions

View File

@ -25,17 +25,17 @@ 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;
import com.amazonaws.services.s3.AmazonS3Client;
import com.amazonaws.services.s3.model.*;
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";