about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/test_gn3_smoke.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/test_gn3_smoke.py b/tests/test_gn3_smoke.py
index b3e4e9f..e25f2ba 100644
--- a/tests/test_gn3_smoke.py
+++ b/tests/test_gn3_smoke.py
@@ -190,19 +190,6 @@ class TestCaseAttributes:
         )
 
 
-# ---------------------------------------------------------------------------
-# Protected endpoints — known bug
-# ---------------------------------------------------------------------------
-
-@pytest.mark.xfail(
-    reason=(
-        "BUG: POST /api3/metadata/datasets/edit returns 500 on both CD and "
-        "production due to TypeError: privileges_fulfill_specs() missing 1 "
-        "required positional argument: 'system_privileges' "
-        "(gn3/api/metadata.py:279). Should return 401 without a token."
-    ),
-    strict=True,
-)
 def test_metadata_edit_without_token_returns_401(gn3_url, http):
     resp = http.post(
         f"{gn3_url}/metadata/datasets/edit",