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.
1 parent 32e2886 commit 829e3bdCopy full SHA for 829e3bd
services/api-server/tests/unit/_with_db/authentication/test_api_dependency_authentication.py
@@ -37,6 +37,7 @@ async def test_rest_dependency_authentication(
37
assert result.product_name == api_key_in_db.product_name
38
39
40
+@pytest.mark.skip(reason="This test is intended to be used for local profiling only")
41
async def test_cache_effectiveness_in_rest_authentication_dependencies(
42
api_key_in_db: ApiKeyInDB,
43
api_key_repo: ApiKeysRepository,
0 commit comments