Stopping a test case executing in a test case suite with Data driven

I am setting up a test case. I added it multiple times on test suite case and add different data binding to each test case. So, each test case is being executed N times (depending on the number of rows of my data source). I would like to know if there is a way that, when some case succed (due to the data taken from the source) I can stop the same test case from executing even if there is many rows of the data binding left. So I can continue executing other test cases on test case suite.

My solution is here: