skip
Influences an ArgsRangeDecider's choice of ArgsRange.offset, i.e. allows to skip certain test cases.
Must be greater than 0 if set.
🔍 Typically used with a fixed seed (i.e. during debugging). In such cases you might want to set maxArgs as well to restrict ArgsRange.take.
Note, you are not allowed to set skip via variist.properties (which is usually committed), use variist.local.properties instead (which is usually on the git ignore list).