test_multi: no longer skip testcase31

It is handled correctly in the current codebase.

It would be even better if it would generate a link rule that includes
the source, but let's leave that for a later fix.
This commit is contained in:
Christian Boltz 2024-10-20 22:09:17 +02:00
parent 19b4aeb338
commit 209dd851b3
Failed to generate hash of commit
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,4 @@
/home/steve/aa-regression-tests/link {
/tmp/sdtest.8236-29816-IN8243/target l,
}

View file

@ -157,12 +157,12 @@ log_to_profile_known_failures = [
'testcase01',
'testcase12',
'testcase13',
# 'testcase31', # works, but including the link source would be nice
]
# tests that cause crashes or need user interaction (will be skipped)
log_to_profile_skip = [
'testcase31', # XXX AppArmorBug: Log contains unknown mode mrwIxl
'testcase_dmesg_changehat_negative_error', # fails in write_header -> quote_if_needed because data is None
'testcase_syslog_changehat_negative_error', # fails in write_header -> quote_if_needed because data is None