1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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
@@ -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")