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

xuanwo pushed a commit to branch java-binding-features
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/java-binding-features by this 
push:
     new 05bf7db64 Fix sftp
05bf7db64 is described below

commit 05bf7db64d1d8f0c7c5c3efdeeac6e9b48bbb3c4
Author: Xuanwo <[email protected]>
AuthorDate: Thu Sep 14 12:00:46 2023 +0800

    Fix sftp
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6ebd25949..cf1568056 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -235,7 +235,8 @@ jobs:
             # TODO: we need to find ways to using pre-install rocksdb library
             # services-rocksdb
             services-s3
-            services-sftp
+            # TODO: sftp is known to not work on windows, waiting for 
https://github.com/apache/incubator-opendal/issues/2963
+            # services-sftp
             services-sled
             services-supabase
             services-tikv

Reply via email to