Skip to content

Commit a79e0e9

Browse files
authored
Skip test_feature_tables integration test (#3326)
Fix #3304 Fix #3305
1 parent 5b3995b commit a79e0e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/workspace_access/test_generic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,8 @@ def test_endpoints(
473473
assert after[migrated_group.name_in_account] == PermissionLevel.CAN_QUERY
474474

475475

476+
# TODO: Uncomment this test when the feature store is available in the test infra again
477+
@pytest.mark.skip("Workspace Feature Store has been deprecated in the current workspace.")
476478
@pytest.mark.parametrize("is_experimental", [True, False])
477479
def test_feature_tables(
478480
ws: WorkspaceClient,

0 commit comments

Comments
 (0)