File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -266,10 +266,9 @@ def generate_language_binding_cases(
266
266
if language == "java" :
267
267
cases = [v for v in cases if v ["service" ] != "hdfs" ]
268
268
elif language == "go" :
269
- # sqlite: https://github.com/apache/opendal/actions/runs/14443414830/job/40498759995?pr=6018#step:22:243
270
269
# hdfs: has problem with ListEmptyDir
271
270
# oss: timed out with ListSubDir
272
- cases = [v for v in cases if v ["service" ] not in ["hdfs" , "oss" , "sqlite" ]]
271
+ cases = [v for v in cases if v ["service" ] not in ["hdfs" , "oss" ]]
273
272
274
273
if os .getenv ("GITHUB_IS_PUSH" ) == "true" :
275
274
return cases
Original file line number Diff line number Diff line change 46
46
47
47
import (
48
48
opendal "github.com/apache/opendal/bindings/go"
49
- "github.com/apache/opendal-go-services/{ SERVICE } "
49
+ "github.com/apache/opendal-go-services/{ SERVICE } "
50
50
)
51
51
52
52
// Add more schemes for behavior tests here.
You can’t perform that action at this time.
0 commit comments