浏览代码

Remove debug test

Issue gh-16443
Rob Winch 7 月之前
父节点
当前提交
68c8a5ad99

+ 0 - 5
config/src/test/java/org/springframework/security/SpringSecurityCoreVersionSerializableTests.java

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