Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 12af90e

Browse files
committedJan 3, 2024
Removing things
1 parent 693d731 commit 12af90e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.PHONY: target dev format lint test coverage-html pr build build-docs build-docs-api build-docs-website
22
.PHONY: docs-local docs-api-local security-baseline complexity-baseline release-prod release-test release
3-
.PHONY: test-idempotency-redis
43

54
target:
65
@$(MAKE) pr

‎tests/integration/idempotency/test_idempotency_redis.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
idempotent_function,
1616
)
1717

18+
pytest.skip(reason="Integration tests disabled for Redis Idempotency.", allow_module_level=True)
19+
1820

1921
@pytest.fixture
2022
def redis_container_image():

0 commit comments

Comments
 (0)
Please sign in to comment.