This is an automated email from the ASF dual-hosted git repository. beto pushed a commit to branch fix_dos in repository https://gitbox.apache.org/repos/asf/superset.git
commit 57f29842aaceb00533acaf104a790617f766ca25 Author: Beto Dealmeida <[email protected]> AuthorDate: Fri Aug 11 08:17:22 2023 -0700 Disable on tests --- tests/integration_tests/superset_test_config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration_tests/superset_test_config.py b/tests/integration_tests/superset_test_config.py index 77e007a2dd..bcc3146083 100644 --- a/tests/integration_tests/superset_test_config.py +++ b/tests/integration_tests/superset_test_config.py @@ -97,6 +97,8 @@ REDIS_CELERY_DB = os.environ.get("REDIS_CELERY_DB", 2) REDIS_RESULTS_DB = os.environ.get("REDIS_RESULTS_DB", 3) REDIS_CACHE_DB = os.environ.get("REDIS_CACHE_DB", 4) +RATELIMIT_ENABLED = False + CACHE_CONFIG = { "CACHE_TYPE": "RedisCache",
