Skip to content

Commit 3fbf105

Browse files
authored
Revert "dynamic-config-cp: Re-enable tests (#733)" (#736)
This reverts commit da242d7. Signed-off-by: Ryan Northey <[email protected]>
1 parent 86ffdda commit 3fbf105

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ services:
1212
- "${PORT_ADMIN:-19000}:19000"
1313

1414
service1:
15+
image: ${COMPOSE_PROJECT_NAME}-echo
1516
build:
1617
context: ../shared/echo
1718
environment:
1819
ECHO_HOSTNAME: service1
1920

2021
service2:
22+
image: ${COMPOSE_PROJECT_NAME}-echo
2123
build:
2224
context: ../shared/echo
2325
environment:

0 commit comments

Comments
 (0)