Remove debug test

Issue gh-16443
This commit is contained in:
Rob Winch 2025-01-22 16:11:25 -06:00
parent dddab8e356
commit 68c8a5ad99
No known key found for this signature in database

View File

@ -558,11 +558,6 @@ class SpringSecurityCoreVersionSerializableTests {
});
}
@Test
void debug() throws Exception {
serializeAndDeserializeAreEqual(JaasAuthenticationFailedEvent.class);
}
@ParameterizedTest
@MethodSource("getClassesToSerialize")
@Disabled("This method should only be used to serialize the classes once")