Skip to content

Commit 68c8a5a

Browse files
committed
Remove debug test
Issue gh-16443
1 parent dddab8e commit 68c8a5a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

config/src/test/java/org/springframework/security/SpringSecurityCoreVersionSerializableTests.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -558,11 +558,6 @@ private static void collectTransientFieldNames(Set<String> transientFieldNames,
558558
});
559559
}
560560

561-
@Test
562-
void debug() throws Exception {
563-
serializeAndDeserializeAreEqual(JaasAuthenticationFailedEvent.class);
564-
}
565-
566561
@ParameterizedTest
567562
@MethodSource("getClassesToSerialize")
568563
@Disabled("This method should only be used to serialize the classes once")

0 commit comments

Comments
 (0)