Skip to content

Commit cde6e44

Browse files
authored
Skip test_table_migration_job integration test for now (#1075)
Skip `test_table_migration_job` integration test for now to avoid slowing down due to azure instance provisioning, until we add instance pool to cluster policy. ## Changes <!-- Summary of your changes that are easy to understand. Add screenshots when necessary --> ### Linked issues <!-- DOC: Link issue with a keyword: close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved. See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword --> Resolves #.. ### Functionality - [ ] added relevant user documentation - [ ] added new CLI command - [ ] modified existing command: `databricks labs ucx ...` - [ ] added a new workflow - [ ] modified existing workflow: `...` - [ ] added a new table - [ ] modified existing table: `...` ### Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] manually tested - [ ] added unit tests - [ ] added integration tests - [ ] verified on staging environment (screenshot attached)
1 parent 4dd63da commit cde6e44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_installation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ def test_check_inventory_database_exists(ws, new_installation):
466466
assert err.value.args[0] == f"Inventory database '{inventory_database}' already exists in another installation"
467467

468468

469+
@pytest.mark.skip
469470
@retried(on=[NotFound], timeout=timedelta(minutes=10))
470471
def test_table_migration_job( # pylint: disable=too-many-locals
471472
ws, new_installation, make_catalog, make_schema, make_table, env_or_skip, make_random, make_dbfs_data_copy

0 commit comments

Comments
 (0)