You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a timeout is set for a test, the overridden run method is not being executed by the IHookable test class. This was seen with the annotated timeout, the XML timeout, and using the annotation transformer to set the timeout.
When a timeout is set for a test, the overridden run method is not being executed by the IHookable test class. This was seen with the annotated timeout, the XML timeout, and using the annotation transformer to set the timeout.
It seems that this issue was seen earlier and the details can be read at testng-team/testng-googlecode#27.
As described in the link above, IHookable is only being used when the timeout is <= 0. In version 6.8.13 org.testng.internal.Invoker line #698.
The text was updated successfully, but these errors were encountered: