Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 390b050

Browse files
Add marker for skipping k8s tests
1 parent f829e69 commit 390b050

File tree

1 file changed

+2
-0
lines changed
  • localstack-core/localstack/testing/pytest

1 file changed

+2
-0
lines changed

localstack-core/localstack/testing/pytest/marking.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ class Markers:
7878
"""Tests to execute when updating snapshots for a new Lambda runtime"""
7979
k8s_always_run = pytest.mark.k8s_always_run
8080
"""This tests will always run against k8s environment"""
81+
skip_k8s = pytest.mark.skip_k8s
82+
"""This test will be skipped in k8s environment"""
8183

8284

8385
# pytest plugin

0 commit comments

Comments
 (0)