mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat: confirm overwrite when importing (#11982)
* feat: confirm overwrite when importing * Skip flaky test
This commit is contained in:
@@ -339,7 +339,7 @@ class TestImportDashboardsCommand(SupersetTestCase):
|
||||
"charts/imported_chart.yaml": yaml.safe_dump(chart_config),
|
||||
"dashboards/imported_dashboard.yaml": yaml.safe_dump(dashboard_config),
|
||||
}
|
||||
command = v1.ImportDashboardsCommand(contents)
|
||||
command = v1.ImportDashboardsCommand(contents, overwrite=True)
|
||||
command.run()
|
||||
command.run()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user