diff --git a/tests/ci/ci_config.py b/tests/ci/ci_config.py index 33430c11a53..df013af8141 100644 --- a/tests/ci/ci_config.py +++ b/tests/ci/ci_config.py @@ -274,7 +274,6 @@ CI_CONFIG = { }, "Stateless tests (release, s3 storage, actions)": { "required_build": "package_release", - "force_tests": True, }, "Stress test (address, actions)": { "required_build": "package_asan", diff --git a/tests/ci/functional_test_check.py b/tests/ci/functional_test_check.py index af16c1b68c3..6516a67d333 100644 --- a/tests/ci/functional_test_check.py +++ b/tests/ci/functional_test_check.py @@ -44,7 +44,6 @@ def get_additional_envs(check_name, run_by_hash_num, run_by_hash_total): if "wide parts enabled" in check_name: result.append("USE_POLYMORPHIC_PARTS=1") - # temporary if "s3 storage" in check_name: result.append("USE_S3_STORAGE_FOR_MERGE_TREE=1")