File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
src/test/java/org/axonframework/springboot/aot Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2010-2023 . Axon Framework
2+ * Copyright (c) 2010-2024 . Axon Framework
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -56,12 +56,6 @@ void serializableClassesHaveReflectionOnConstructor() {
5656 testForConstructor (OptionalResponseType .class );
5757 }
5858
59- @ Test
60- void grpcFieldIsAccessible () {
61- assertTrue (RuntimeHintsPredicates .reflection ().onField (EpollChannelOption .class , "TCP_USER_TIMEOUT" )
62- .test (this .hints ));
63- }
64-
6559 @ Test
6660 void resourcePatternsArePresent () {
6761 assertTrue (RuntimeHintsPredicates .resource ().forResource ("axonserver_download.txt" ).test (this .hints ));
You can’t perform that action at this time.
0 commit comments