Skip to content

Commit

Permalink
Xfail auth system tests pending an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed Dec 17, 2024
1 parent 21bf8f1 commit 5390068
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/system_tests/test_blueapi_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def clean_existing_tasks(client: BlueapiClient):
yield


@pytest.mark.xfail(reason="https://github.com/DiamondLightSource/blueapi/issues/676")
def test_cannot_access_endpoints(
client_without_auth: BlueapiClient, blueapi_client_get_methods: list[str]
):
Expand All @@ -129,6 +130,7 @@ def test_cannot_access_endpoints(
getattr(client_without_auth, get_method)()


@pytest.mark.xfail(reason="https://github.com/DiamondLightSource/blueapi/issues/676")
def test_can_get_oidc_config_without_auth(client_without_auth: BlueapiClient):
assert client_without_auth.get_oidc_config() == OIDCConfig(
well_known_url="https://example.com/realms/master/.well-known/openid-configuration",
Expand Down

0 comments on commit 5390068

Please sign in to comment.