From a79e0e904affef8e351fa083c5867e8020fc5617 Mon Sep 17 00:00:00 2001 From: Serge Smertin <259697+nfx@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:43:30 +0100 Subject: [PATCH] Skip `test_feature_tables` integration test (#3326) Fix #3304 Fix #3305 --- tests/integration/workspace_access/test_generic.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/workspace_access/test_generic.py b/tests/integration/workspace_access/test_generic.py index fa3e952d03..e459786e0d 100644 --- a/tests/integration/workspace_access/test_generic.py +++ b/tests/integration/workspace_access/test_generic.py @@ -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,