Hi,
I have defined a test-suite "suite-definition.xml"
one test is hanging and i have to kill the process or it just runs forever...Code:<Execute>
<Test>pts/cpu</Test>
</Execute>
<Execute>
<Test>pts/disk</Test>
</Execute>
<Execute>
<Test>pts/memory</Test>
</Execute>
the test name is tscp-1.0.0
how do i exclude it in my "suite-definition.xml" file?
thank you.

