Steps: 1. Create ApiTesting project with 2 tests - one passing and one that is disabled 2. Run the project from command line with a batch file 3. Check the exit code of the runner process - see the attachec cmd file for example Expected: The exit code should be 0 (success) Actual: The exit code is 1 (failed)