mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
QQQ-14 attempting to fix circleci localstack failures with randomizePorts
This commit is contained in:
@ -38,7 +38,7 @@ import org.junit.jupiter.api.extension.ExtendWith;
|
|||||||
**
|
**
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
@ExtendWith(LocalstackDockerExtension.class)
|
@ExtendWith(LocalstackDockerExtension.class)
|
||||||
@LocalstackDockerProperties(services = { ServiceName.S3 })
|
@LocalstackDockerProperties(services = { ServiceName.S3 }, randomizePorts = true)
|
||||||
public class BaseS3Test
|
public class BaseS3Test
|
||||||
{
|
{
|
||||||
public static final String BUCKET_NAME = "localstack-test-bucket";
|
public static final String BUCKET_NAME = "localstack-test-bucket";
|
||||||
|
Reference in New Issue
Block a user