diff --git a/tests/integration/hive_metastore/test_migrate.py b/tests/integration/hive_metastore/test_migrate.py index 99aafdd4bf..e060f67a27 100644 --- a/tests/integration/hive_metastore/test_migrate.py +++ b/tests/integration/hive_metastore/test_migrate.py @@ -175,7 +175,6 @@ def test_migrate_external_table( assert migration_status[0].dst_table == src_external_table.name -@pytest.mark.skip("https://github.com/databrickslabs/ucx/issues/3054") def test_migrate_managed_table_to_external_table_without_conversion( ws, sql_backend, @@ -219,7 +218,6 @@ def test_migrate_managed_table_to_external_table_without_conversion( assert migration_status[0].dst_table == src_external_table.name -@pytest.mark.skip("https://github.com/databrickslabs/ucx/issues/3055") def test_migrate_managed_table_to_external_table_with_clone( ws, sql_backend, diff --git a/tests/unit/source_code/test_directfs_access.py b/tests/unit/source_code/test_directfs_access.py index 5b79914502..2b381df95f 100644 --- a/tests/unit/source_code/test_directfs_access.py +++ b/tests/unit/source_code/test_directfs_access.py @@ -11,7 +11,6 @@ DirectFsAccess, DirectFsAccessOwnership, ) -from databricks.labs.ucx.source_code.python.python_ast import DfsaPyCollector def test_crawler_appends_dfsas() -> None: