mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(dao/command): Add transaction decorator to try to enforce "unit of work" (#24969)
This commit is contained in:
@@ -1211,6 +1211,9 @@ class TestGetChartDataApi(BaseTestChartDataApi):
|
||||
"""
|
||||
Chart data cache API: Test chart data async cache request (no login)
|
||||
"""
|
||||
if get_example_database().backend == "presto":
|
||||
return
|
||||
|
||||
app._got_first_request = False
|
||||
async_query_manager_factory.init_app(app)
|
||||
self.logout()
|
||||
|
||||
Reference in New Issue
Block a user