Skip to content

Commit

Permalink
fix: cached common bootstrap Revert (apache#21018) (apache#21419)
Browse files Browse the repository at this point in the history
(cherry picked from commit 094400c)
  • Loading branch information
dpgaspar authored and DmitriiNS committed Jul 10, 2023
1 parent 2455327 commit 48ec27d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration_tests/core_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
from superset.db_engine_specs.base import BaseEngineSpec
from superset.db_engine_specs.mssql import MssqlEngineSpec
from superset.exceptions import SupersetException
from superset.extensions import async_query_manager, cache_manager
from superset.extensions import async_query_manager
from superset.models import core as models
from superset.models.annotations import Annotation, AnnotationLayer
from superset.models.dashboard import Dashboard
Expand Down Expand Up @@ -1394,8 +1394,6 @@ def test_feature_flag_serialization(self):
"""
Functions in feature flags don't break bootstrap data serialization.
"""
# feature flags are cached
cache_manager.cache.clear()
self.login()

encoded = json.dumps(
Expand Down

0 comments on commit 48ec27d

Please sign in to comment.