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
TestNG throws SkipException when a test shall be skipped.
In the current implementation it is not possible to directly rely on org.reactivestreams.tck.junit5.PublisherVerification, for instance when createFailedPublisher shall return null.
The text was updated successfully, but these errors were encountered:
TestNG throws
SkipException
when a test shall be skipped.In the current implementation it is not possible to directly rely on
org.reactivestreams.tck.junit5.PublisherVerification
, for instance whencreateFailedPublisher
shall returnnull
.The text was updated successfully, but these errors were encountered: