Skip to content

Commit da242d7

Browse files
authored
dynamic-config-cp: Re-enable tests (#733)
Signed-off-by: Ryan Northey <[email protected]>
1 parent a62c25d commit da242d7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ EXAMPLE_TESTS = [
1111
"cors",
1212
"csrf",
1313
"double-proxy",
14-
# "dynamic-config-cp",
14+
"dynamic-config-cp",
1515
"dynamic-config-fs",
1616
"ext_authz",
1717
# "fault-injection",

dynamic-config-cp/docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ services:
1212
- "${PORT_ADMIN:-19000}:19000"
1313

1414
service1:
15-
image: ${COMPOSE_PROJECT_NAME}-echo
1615
build:
1716
context: ../shared/echo
1817
environment:
1918
ECHO_HOSTNAME: service1
2019

2120
service2:
22-
image: ${COMPOSE_PROJECT_NAME}-echo
2321
build:
2422
context: ../shared/echo
2523
environment:

0 commit comments

Comments
 (0)