diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 89c1e50..086124d 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -46,10 +46,10 @@ jobs: - name: Create kind cluster run: kind create cluster - - name: Move network - run: | - docker network disconnect kind kind-control-plane - docker network connect bridge kind-control-plane +# - name: Move network +# run: | +# docker network disconnect kind kind-control-plane +# docker network connect bridge kind-control-plane - name: Sleep for cluster create run: sleep 600