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
While tests don't generally fail on the CI, we should configure the ByteBuddy java agent in our test tasks as dynamic agent loading is not allowed anymore as of Java 21. This should cover both Mockito and mockk usage in our tests.