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 runs overridden tests regardless of @Test annotation, but JUnit silently ignores such tests. It would be nice to have a checker to enforce the annotation since there're many overridden tests in Trino especially for BaseConnectorTest and BaseConnectorSmokeTest.
TestNG runs overridden tests regardless of
@Test
annotation, but JUnit silently ignores such tests. It would be nice to have a checker to enforce the annotation since there're many overridden tests in Trino especially forBaseConnectorTest
andBaseConnectorSmokeTest
.Tested in #14025
Relates to #9378 and junit-team/junit5#960
The text was updated successfully, but these errors were encountered: