Skip to content

Commit a4e84be

Browse files
authored
[network] Mark flat-overlay jumbo tests as special_infra to avoid failures in unsupported clusters (#4092)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated test infrastructure: added a new pytest marker to tag a public test class for special infra handling, ensuring selected connectivity tests are marked for targeted runs. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent d848361 commit a4e84be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/network/flat_overlay/test_flat_overlay.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def test_flat_overlay_consistent_ip(
9393

9494

9595
@pytest.mark.jumbo_frame
96+
@pytest.mark.special_infra
9697
class TestFlatOverlayJumboConnectivity:
9798
@pytest.mark.polarion("CNV-10162")
9899
@pytest.mark.s390x

0 commit comments

Comments
 (0)