Skip to content

Commit

Permalink
Upgrade localstack to 0.10.8 (testcontainers#2413)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariuszCwikla authored and quincy committed May 28, 2020
1 parent 0de070e commit 6a23fef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
public class LocalStackContainer extends GenericContainer<LocalStackContainer> {

public static final String VERSION = "0.9.4";
public static final String VERSION = "0.10.8";
private static final String HOSTNAME_EXTERNAL_ENV_VAR = "HOSTNAME_EXTERNAL";

private final List<Service> services = new ArrayList<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public void sqsTestOverBridgeNetwork() {
}

@Test
@Ignore("Fails due to https://github.com/localstack/localstack/issues/1434")
public void cloudWatchLogsTestOverBridgeNetwork() {
AWSLogs logs = AWSLogsClientBuilder.standard()
.withEndpointConfiguration(localstack.getEndpointConfiguration(CLOUDWATCHLOGS))
Expand Down

0 comments on commit 6a23fef

Please sign in to comment.