Skip to content

Commit ca62c63

Browse files
skip against 25.6.2
1 parent 4ab25b2 commit ca62c63

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/test_networking.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ async def test_pods_monitored(
165165
@pytest.mark.skipif(
166166
os.environ.get("SKIP_SERVICE_MONITORS_CRDS", "false") == "true", reason="ServiceMonitors not deployed"
167167
)
168+
@pytest.mark.skipif(os.environ.get("MATRIX_TEST_FROM_REF", "") == "25.6.2", reason="This fails against 25.6.2.")
168169
@pytest.mark.asyncio_cooperative
169170
@pytest.mark.usefixtures("matrix_stack")
170171
async def test_service_monitors_point_to_metrics(

0 commit comments

Comments
 (0)