Remove debug test
Issue gh-16443
This commit is contained in:
@@ -558,11 +558,6 @@ class SpringSecurityCoreVersionSerializableTests {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
void debug() throws Exception {
|
|
||||||
serializeAndDeserializeAreEqual(JaasAuthenticationFailedEvent.class);
|
|
||||||
}
|
|
||||||
|
|
||||||
@ParameterizedTest
|
@ParameterizedTest
|
||||||
@MethodSource("getClassesToSerialize")
|
@MethodSource("getClassesToSerialize")
|
||||||
@Disabled("This method should only be used to serialize the classes once")
|
@Disabled("This method should only be used to serialize the classes once")
|
||||||
|
|||||||
Reference in New Issue
Block a user