diff --git a/src/test/java/org/axonframework/springboot/aot/AxonRuntimeHintsTest.java b/src/test/java/org/axonframework/springboot/aot/AxonRuntimeHintsTest.java index 6577165..6082d0e 100644 --- a/src/test/java/org/axonframework/springboot/aot/AxonRuntimeHintsTest.java +++ b/src/test/java/org/axonframework/springboot/aot/AxonRuntimeHintsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2023. Axon Framework + * Copyright (c) 2010-2024. Axon Framework * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -56,12 +56,6 @@ void serializableClassesHaveReflectionOnConstructor() { testForConstructor(OptionalResponseType.class); } - @Test - void grpcFieldIsAccessible() { - assertTrue(RuntimeHintsPredicates.reflection().onField(EpollChannelOption.class, "TCP_USER_TIMEOUT") - .test(this.hints)); - } - @Test void resourcePatternsArePresent() { assertTrue(RuntimeHintsPredicates.resource().forResource("axonserver_download.txt").test(this.hints));