Skip to content

Commit 829e3bd

Browse files
committed
@GitHK review: rm test
1 parent 32e2886 commit 829e3bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/api-server/tests/unit/_with_db/authentication/test_api_dependency_authentication.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ async def test_rest_dependency_authentication(
3737
assert result.product_name == api_key_in_db.product_name
3838

3939

40+
@pytest.mark.skip(reason="This test is intended to be used for local profiling only")
4041
async def test_cache_effectiveness_in_rest_authentication_dependencies(
4142
api_key_in_db: ApiKeyInDB,
4243
api_key_repo: ApiKeysRepository,

0 commit comments

Comments
 (0)