Skip to content

Commit

Permalink
Skip test_feature_tables integration test (#3326)
Browse files Browse the repository at this point in the history
Fix #3304
Fix #3305
  • Loading branch information
nfx authored Nov 18, 2024
1 parent 5b3995b commit a79e0e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/workspace_access/test_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,8 @@ def test_endpoints(
assert after[migrated_group.name_in_account] == PermissionLevel.CAN_QUERY


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

0 comments on commit a79e0e9

Please sign in to comment.