File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
src/test/java/org/socialsignin/spring/data/dynamodb/core Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 222222 </execution >
223223 </executions >
224224 </plugin >
225-
225+ <!--
226226 <plugin>
227227 <groupId>com.jcabi</groupId>
228228 <artifactId>jcabi-dynamodb-maven-plugin</artifactId>
247247 </execution>
248248 </executions>
249249 </plugin>
250-
250+ -->
251251 <plugin >
252252 <groupId >org.apache.maven.plugins</groupId >
253253 <artifactId >maven-failsafe-plugin</artifactId >
Original file line number Diff line number Diff line change 33import com .amazonaws .auth .BasicAWSCredentials ;
44import com .amazonaws .services .dynamodbv2 .AmazonDynamoDB ;
55import com .amazonaws .services .dynamodbv2 .AmazonDynamoDBClient ;
6+
67import org .socialsignin .spring .data .dynamodb .domain .sample .User ;
8+
79import java .util .UUID ;
10+
811import org .junit .Before ;
12+ import org .junit .Ignore ;
913import org .junit .Test ;
1014
1115/**
1216 * Integration test that interacts with DynamoDB Local instance.
1317 */
18+ @ Ignore
1419public class DynamoDBTemplateIT {
1520
1621 private static final String PORT = System .getProperty ("dynamodb.port" );
You can’t perform that action at this time.
0 commit comments