diff --git a/.github/workflows/lint_and_test_cpp.yaml b/.github/workflows/lint_and_test_cpp.yaml index 510508562c..13dfd69a4a 100644 --- a/.github/workflows/lint_and_test_cpp.yaml +++ b/.github/workflows/lint_and_test_cpp.yaml @@ -144,6 +144,7 @@ jobs: - dsn.rep_tests.simple_kv - dsn_runtime_tests - dsn_security_tests + - dsn_task_tests - dsn_utils_tests - dsn.zookeeper.tests # TODO(yingchun): Disable it because we find it's too flaky, we will re-enable it after @@ -225,6 +226,7 @@ jobs: - dsn.rep_tests.simple_kv - dsn_runtime_tests - dsn_security_tests + - dsn_task_tests - dsn_utils_tests - dsn.zookeeper.tests # TODO(yingchun): Disable it because we find it's too flaky, we will re-enable it after @@ -311,6 +313,7 @@ jobs: # - dsn.rep_tests.simple_kv # - dsn_runtime_tests # - dsn_security_tests +# - dsn_task_tests # - dsn_utils_tests # - dsn.zookeeper.tests # - partition_split_test