Yannick -
TestStand does not have any built in way to remove skipped results from the results list when in XML form. The process model just calls GetXML on the result list from the UUT loop and saves this out as is. There are two options that you could persue to remove the skipped result from the XML stream:
1) Preprocess the result list while it is in a Property Object tree form by writing a routine to recursively go thru the results and delete the skipped items as you find them in the tree. This recursive call could be executed before the call to GetXML in the process model. If you decide to do this, the ModelSupport DLL has recursive routines for processing the result tree for reports. This could be used as a guide to write your ro
utine.
2) Postprocess the XML stream and remove all elements from the XML body. I think that this would be slower and would take a lot more effort than option (1).
Scott Richardson (NI)
Scott Richardson
https://testeract.com