File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,6 @@ async def re_auth_callback(token):
417
417
418
418
@pytest .mark .asyncio
419
419
@pytest .mark .cp_integration
420
- @pytest .mark .onlynoncluster
421
420
class TestEntraIdCredentialsProvider :
422
421
@pytest .mark .parametrize (
423
422
"r_credential" ,
@@ -435,6 +434,5 @@ class TestEntraIdCredentialsProvider:
435
434
)
436
435
@pytest .mark .asyncio
437
436
@pytest .mark .cp_integration
438
- @pytest .mark .onlynoncluster
439
437
async def test_async_auth_pool_with_credential_provider (self , r_credential : Redis ):
440
438
assert await r_credential .ping () is True
Original file line number Diff line number Diff line change @@ -389,7 +389,6 @@ def re_auth_callback(token):
389
389
mock_failed_connection .read_response .assert_has_calls ([call (), call (), call ()])
390
390
391
391
392
- @pytest .mark .onlynoncluster
393
392
@pytest .mark .cp_integration
394
393
class TestEntraIdCredentialsProvider :
395
394
@pytest .mark .parametrize (
@@ -407,7 +406,6 @@ class TestEntraIdCredentialsProvider:
407
406
ids = ['pool' , 'single' ],
408
407
indirect = True ,
409
408
)
410
- @pytest .mark .onlynoncluster
411
409
@pytest .mark .cp_integration
412
410
def test_auth_pool_with_credential_provider (self , r : redis .Redis ):
413
411
assert r .ping () is True
You can’t perform that action at this time.
0 commit comments