mirror of
https://github.com/apache/superset.git
synced 2026-05-06 16:34:32 +00:00
test: fix flaky Python unit tests (#12253)
This commit is contained in:
@@ -170,6 +170,8 @@ class TestDbEngineSpecs(TestDbEngineSpec):
|
||||
time_grain_addon = time_grains[-1]
|
||||
self.assertEqual("PTXM", time_grain_addon.duration)
|
||||
self.assertEqual("x seconds", time_grain_addon.label)
|
||||
app.config["TIME_GRAIN_ADDONS"] = {}
|
||||
app.config["TIME_GRAIN_ADDON_EXPRESSIONS"] = {}
|
||||
|
||||
def test_engine_time_grain_validity(self):
|
||||
time_grains = set(builtin_time_grains.keys())
|
||||
|
||||
Reference in New Issue
Block a user