Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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