This is an automated email from the ASF dual-hosted git repository.

kvn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 0184098  fix: CI broken problem (#260)
0184098 is described below

commit 0184098dbf6f61b77cbf97c30001e744a0f05c7a
Author: Alex Zhang <zchao1...@gmail.com>
AuthorDate: Tue Feb 23 11:30:29 2021 +0800

    fix: CI broken problem (#260)
---
 test/e2e/testdata/apisix-gw-config-default.yaml | 2 +-
 test/e2e/testdata/apisix-gw-config.yaml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/e2e/testdata/apisix-gw-config-default.yaml 
b/test/e2e/testdata/apisix-gw-config-default.yaml
index d1ae02b..32e7263 100644
--- a/test/e2e/testdata/apisix-gw-config-default.yaml
+++ b/test/e2e/testdata/apisix-gw-config-default.yaml
@@ -98,7 +98,7 @@ apisix:
   # dns_resolver:                   # If not set, read from `/etc/resolv.conf`
   #  - 1.1.1.1
   #  - 8.8.8.8
-  dns_resolver_valid: 30          # valid time for dns result 30 seconds
+  # dns_resolver_valid: 30          # valid time for dns result 30 seconds
   resolver_timeout: 5             # resolver timeout
   ssl:
     enable: true
diff --git a/test/e2e/testdata/apisix-gw-config.yaml 
b/test/e2e/testdata/apisix-gw-config.yaml
index 4fbcd17..649fe58 100644
--- a/test/e2e/testdata/apisix-gw-config.yaml
+++ b/test/e2e/testdata/apisix-gw-config.yaml
@@ -63,7 +63,7 @@ apisix:
   # dns_resolver:                   # If not set, read from `/etc/resolv.conf`
   #  - 1.1.1.1
   #  - 8.8.8.8
-  dns_resolver_valid: 30          # valid time for dns result 30 seconds
+  # dns_resolver_valid: 30          # valid time for dns result 30 seconds
   resolver_timeout: 5             # resolver timeout
   ssl:
     enable: true

Reply via email to