Tests MatrixJobITest#shouldCreateIndividualAxisResults and StepsITest#issue11675 depend on Unix commands and need to be adapted to Windows as well. Currently guarded by:
Assume.assumeFalse("Test not yet OS independent: requires UNIX commands", isWindows());
Tests {{ MatrixJobITest#shouldCreateIndividualAxisResults}} and {{ StepsITest#issue11675}} depend on Unix commands and need to be adapted to Windows as well. Currently guarded by: {code}
Assume.assumeFalse("Test not yet OS independent: requires UNIX commands", isWindows());