We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_feature_tables
1 parent 5b3995b commit a79e0e9Copy full SHA for a79e0e9
tests/integration/workspace_access/test_generic.py
@@ -473,6 +473,8 @@ def test_endpoints(
473
assert after[migrated_group.name_in_account] == PermissionLevel.CAN_QUERY
474
475
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.")
478
@pytest.mark.parametrize("is_experimental", [True, False])
479
def test_feature_tables(
480
ws: WorkspaceClient,
0 commit comments