Skip to content

Commit bfea48e

Browse files
MatteoStifanookin
authored andcommitted
Revert "testlib.site: Un-skip crash-report check"
This reverts commit b4a750b. Reason for revert: the bug has not been fixed, leading to the same site-crash Change-Id: Ibf165c5e673f242654b2e7dda7b862cbcd73fd85
1 parent 42a5148 commit bfea48e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/testlib/site.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,6 +1682,9 @@ def report_crashes(self) -> None:
16821682
if re.search("Licensed phase: too many services.", crash_detail):
16831683
logger.warning("Ignored crash report due to license violation!")
16841684
continue
1685+
if re.search("SectionVMInfo", crash_detail):
1686+
logger.warning("Ignored crash report due to CMK-27875.")
1687+
continue
16851688
pytest_check.fail(
16861689
f"""Crash report detected! {crash_type}: {crash_detail}.
16871690
See {crash_file} for more details."""

0 commit comments

Comments
 (0)