aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/sys/kern/coredump_phnum_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sys/kern/coredump_phnum_test.sh b/tests/sys/kern/coredump_phnum_test.sh
index 63cab46a966d..d411f83a09d0 100755
--- a/tests/sys/kern/coredump_phnum_test.sh
+++ b/tests/sys/kern/coredump_phnum_test.sh
@@ -39,6 +39,8 @@ coredump_phnum_head()
}
coredump_phnum_body()
{
+ atf_expect_fail "the value parsed doesn't always match the value obtained on the running system; bug # 215019"
+
# Set up core dumping
cat > coredump_phnum_restore_state.sh <<-EOF
#!/bin/sh