This is an automated email from the ASF dual-hosted git repository.
dimberman pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v1-10-test by this push:
new b387473 Disable KIND git-sync tests for now (#9229)
b387473 is described below
commit b3874733940ac737750b62d40d4e633f66045661
Author: Ash Berlin-Taylor <[email protected]>
AuthorDate: Thu Jun 11 11:34:30 2020 +0100
Disable KIND git-sync tests for now (#9229)
There is some DNS problem causing it to be unable to resolve github.com
in the container.
To unblock tests we are disabling the git-sync mode tests for the
moment.
(cherry picked from commit c7236376ec5ca1714df20e1dc183be56796384e6)
---
.github/workflows/ci.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3f13b38..d4f4f79 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -112,7 +112,6 @@ jobs:
python-version: [3.6, 3.7]
kube-mode:
- image
- - git
kubernetes-version:
- "v1.15.3"
fail-fast: false