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
Migrate @Ignore to @Disabled (class-level and method-level).
❗ @Ignore does not disable test execution on inner public static classes. As there is no known workaround (ideas welcome!), the recipe must not migrate a class-level annotation if it contains inner public static classes unless there is a also an @Ignore annotation on every inner class or every @Test within the inner classes.
To clarify if this behavior is intended (and potentially verify if it will stay that way) i've reported this over at testng-team/testng#3138
The text was updated successfully, but these errors were encountered:
Migrate
@Ignore
to@Disabled
(class-level and method-level).❗
@Ignore
does not disable test execution on innerpublic static
classes. As there is no known workaround (ideas welcome!), the recipe must not migrate a class-level annotation if it contains innerpublic static
classes unless there is a also an@Ignore
annotation on every inner class or every@Test
within the inner classes.To clarify if this behavior is intended (and potentially verify if it will stay that way) i've reported this over at testng-team/testng#3138
The text was updated successfully, but these errors were encountered: