-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Milestone
Description
The skipped TestNG tests show up in the Travis-CI without the actual method name:
Gradle suite > Gradle test > io.reactivex.tck.ZipWithTckTest. SKIPPED
whereas the JUnit tests are fine:
io.reactivex.subscribers.SafeSubscriberWithPluginTest > testPluginExceptionWhenUnsubscribing2 SKIPPED
It would be great TestNG output would include the method name as well. PR welcome.