mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 02:24:21 +01:00
`TestConstraint.NotValid()` is really designed to be called once per test. However, there is no reason it should not be possible to call multiple times. But to allow for that secenario, any settings from a previous `NotValid()` call need to be cleared. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>