Skip to content

Commit d83a540

Browse files
committed
forgot the skip
1 parent 7f121a3 commit d83a540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/awslambda/test_lambda_developer_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def test_hot_reloading(
9999
assert response_dict["constant"] == "value2"
100100

101101

102+
@pytest.mark.skipif(condition=is_old_provider(), reason="Focussing on the new provider")
102103
class TestDockerFlags:
103104
def test_additional_docker_flags(self, lambda_client, create_lambda_function, monkeypatch):
104105
env_value = short_uid()

0 commit comments

Comments
 (0)