Skip to content

Commit

Permalink
Disable on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Aug 11, 2023
1 parent e9bba52 commit 57f2984
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration_tests/superset_test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def GET_FEATURE_FLAGS_FUNC(ff):
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",
Expand Down

0 comments on commit 57f2984

Please sign in to comment.