File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
aws/localstack/src/test/java/io/reflectoring/customerregistration Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1212import io .reflectoring .customerregistration .repositories .CustomerImageStore ;
1313import org .junit .jupiter .api .AfterEach ;
1414import org .junit .jupiter .api .BeforeEach ;
15+ import org .junit .jupiter .api .Disabled ;
1516import org .junit .jupiter .api .Test ;
1617import org .junit .jupiter .api .extension .ExtendWith ;
1718
3435@ ExtendWith (LocalstackDockerExtension .class )
3536@ ActiveProfiles ("local" )
3637@ LocalstackDockerProperties (services = { "s3" })
38+ @ Disabled (value = "Disabled because starting Docker containers like this does not run on GitHub Actions." )
3739class CustomerImageStoreTest {
3840
3941 private static final Region region = Region .US_EAST_1 ;
Original file line number Diff line number Diff line change 1010import io .reflectoring .customerregistration .repositories .CustomerProfileStore ;
1111import org .junit .jupiter .api .AfterEach ;
1212import org .junit .jupiter .api .BeforeEach ;
13+ import org .junit .jupiter .api .Disabled ;
1314import org .junit .jupiter .api .Test ;
1415import org .junit .jupiter .api .extension .ExtendWith ;
1516
3738@ ExtendWith (LocalstackDockerExtension .class )
3839@ ActiveProfiles ("local" )
3940@ LocalstackDockerProperties (services = { "dynamodb" })
41+ @ Disabled (value = "Disabled because starting Docker containers like this does not run on GitHub Actions." )
4042class CustomerProfileStoreTest {
4143
4244 private static final Region region = Region .US_EAST_1 ;
You can’t perform that action at this time.
0 commit comments