We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d299c commit 7d2cb83Copy full SHA for 7d2cb83
tests/e2e/idempotency_redis/test_idempotency_redis.py
@@ -6,6 +6,8 @@
6
from tests.e2e.utils import data_fetcher
7
from tests.e2e.utils.data_fetcher.common import GetLambdaResponseOptions, get_lambda_response_in_parallel
8
9
+pytest.skip(reason="Redis tests disabled until we deprecate Python 3.7.", allow_module_level=True)
10
+
11
12
@pytest.fixture
13
def ttl_cache_expiration_handler_fn_arn(infrastructure: dict) -> str:
0 commit comments