File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
server/src/test/java/com/objectcomputing/checkins/services/kudos Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2828import org .junit .jupiter .api .Test ;
2929import org .junit .jupiter .params .ParameterizedTest ;
3030import org .junit .jupiter .params .provider .CsvSource ;
31+ import org .junit .jupiter .api .condition .DisabledInNativeImage ;
3132
3233import java .time .LocalDate ;
3334import java .util .Collections ;
4647import static org .junit .jupiter .api .Assertions .assertThrows ;
4748import static org .junit .jupiter .api .Assertions .assertTrue ;
4849
50+ // Disabled in nativetest due to a ReflectiveOperationException from Gson
51+ // when attempting to post public Kudos to Slack.
52+ @ DisabledInNativeImage
4953@ Property (name = "replace.mailjet.factory" , value = StringUtils .TRUE )
5054class KudosControllerTest extends TestContainersSuite implements KudosFixture , TeamFixture , RoleFixture {
5155 @ Inject
You can’t perform that action at this time.
0 commit comments