SUSE / BCI-tests

This repository contains the tests for the SUSE Base Container Images
Apache License 2.0
10 stars 22 forks source link

Avoid modifying the mutable version of container marks (Fixes #600) #601

Closed dirkmueller closed 1 month ago

dirkmueller commented 1 month ago

The "cleanup" in ed9a7fbdd7d39c4b9226bf5b7c4b565c28bae876 added globally executed mutable modification to the defined container marks by in-place mutating marks via "_marks += _non_fips_host_skip_mark", which causes every container in any test to be skipped, including non-fips tests. Revert the bulk of that cleanup and do a shallow copy instead.