This is an automated email from the ASF dual-hosted git repository.
SbloodyS pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 6ba9f6651f [Chore][CI] Temporarily disable PythonTaskE2ETest due to CI
runner issue (#18208)
6ba9f6651f is described below
commit 6ba9f6651ff2be7723591d8f10239b3c393451da
Author: Wenjun Ruan <[email protected]>
AuthorDate: Fri May 1 19:01:14 2026 +0800
[Chore][CI] Temporarily disable PythonTaskE2ETest due to CI runner issue
(#18208)
---
.github/workflows/e2e.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 448a4346f9..be3b374d19 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -128,8 +128,9 @@ jobs:
class:
org.apache.dolphinscheduler.e2e.cases.PostgresDataSourceE2ETest
- name: ShellTaskE2ETest
class: org.apache.dolphinscheduler.e2e.cases.tasks.ShellTaskE2ETest
- - name: PythonTaskE2ETest
- class:
org.apache.dolphinscheduler.e2e.cases.tasks.PythonTaskE2ETest
+# Temporarily disabled due to a CI runner issue; restore once the runner is
fixed.
+# - name: PythonTaskE2ETest
+# class:
org.apache.dolphinscheduler.e2e.cases.tasks.PythonTaskE2ETest
- name: SqlServerDataSourceE2ETest
class:
org.apache.dolphinscheduler.e2e.cases.SqlServerDataSourceE2ETest
- name: HiveDataSourceE2ETest