Skip to content

Commit 5facdae

Browse files
committed
Marked tests with correct annotations
1 parent 7eb6600 commit 5facdae

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/test_asyncio/test_credentials.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,5 +434,7 @@ class TestEntraIdCredentialsProvider:
434434
indirect=True,
435435
)
436436
@pytest.mark.asyncio
437+
@pytest.mark.cp_integration
438+
@pytest.mark.onlynoncluster
437439
async def test_async_auth_pool_with_credential_provider(self, r_credential: Redis):
438440
assert await r_credential.ping() is True

tests/test_credentials.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,5 +407,7 @@ class TestEntraIdCredentialsProvider:
407407
ids=['pool', 'single'],
408408
indirect=True,
409409
)
410+
@pytest.mark.onlynoncluster
411+
@pytest.mark.cp_integration
410412
def test_auth_pool_with_credential_provider(self, r: redis.Redis):
411413
assert r.ping() is True

0 commit comments

Comments
 (0)