Skip to content

Commit

Permalink
Deprecate @DisabledOnNativeImage
Browse files Browse the repository at this point in the history
This probably should have been done when we deprecated @NativeImageTest
  • Loading branch information
geoand committed Apr 21, 2022
1 parent 759569f commit e8ae357
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@
* {@code @BeforeEach} methods, {@code @AfterEach} methods, and corresponding
* extension APIs.
*
* @deprecated Use {@link @DisabledOnIntegrationTest} instead.
*
*/
@Target({ ElementType.TYPE, ElementType.METHOD })
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@Deprecated(since = "2.9.0.Final", forRemoval = true)
public @interface DisabledOnNativeImage {
/**
* Reason for disabling this test
Expand Down

0 comments on commit e8ae357

Please sign in to comment.