We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e030d3 commit 01f57ceCopy full SHA for 01f57ce
.github/scripts/test_behavior/plan.py
@@ -266,10 +266,9 @@ def generate_language_binding_cases(
266
if language == "java":
267
cases = [v for v in cases if v["service"] != "hdfs"]
268
elif language == "go":
269
- # sqlite: https://github.com/apache/opendal/actions/runs/14443414830/job/40498759995?pr=6018#step:22:243
270
# hdfs: has problem with ListEmptyDir
271
# oss: timed out with ListSubDir
272
- cases = [v for v in cases if v["service"] not in ["hdfs", "oss", "sqlite"]]
+ cases = [v for v in cases if v["service"] not in ["hdfs", "oss"]]
273
274
if os.getenv("GITHUB_IS_PUSH") == "true":
275
return cases
0 commit comments