Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions localstack-core/localstack/testing/pytest/marking.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ class Markers:
"""Tests to execute when updating snapshots for a new Lambda runtime"""
k8s_always_run = pytest.mark.k8s_always_run
"""This tests will always run against k8s environment"""
skip_k8s = pytest.mark.skip_k8s
"""This test will be skipped in k8s environment"""


# pytest plugin
Expand Down
Loading