File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
tests/integration/progress Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,3 @@ def test_running_real_migration_progress_job(installation_ctx: MockInstallationC
34
34
# Ensure that the migration-progress workflow populated the `workflow_runs` table.
35
35
query = f"SELECT 1 FROM { installation_ctx .ucx_catalog } .multiworkspace.workflow_runs"
36
36
assert any (installation_ctx .sql_backend .fetch (query )), f"No workflow run captured: { query } "
37
-
38
- # Ensure that the migration-progress workflow populates the historical records for each relevant UCX inventory table
39
- ucx_inventory_tables = "tables" ,
40
- for ucx_inventory_table in ucx_inventory_tables :
41
- query = f"SELECT 1 FROM { installation_ctx .ucx_catalog } .multiworkspace.historical_records WHERE object_type = '{ ucx_inventory_table } '"
42
- assert any (installation_ctx .sql_backend .fetch (query )), f"No workflow run captured: { query } "
You can’t perform that action at this time.
0 commit comments