Linchen-Xu commented on code in PR #13267:
URL: https://github.com/apache/dubbo/pull/13267#discussion_r1386243080


##########
dubbo-spring-boot/dubbo-spring-boot-compatible/autoconfigure/src/test/java/org/apache/dubbo/spring/boot/context/event/AwaitingNonWebApplicationListenerTest.java:
##########
@@ -20,10 +20,12 @@
 
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 
 /**
  * {@link AwaitingNonWebApplicationListener} Test
  */
+@Ignore

Review Comment:
   这个类里的测试方法全都被注释掉了,跑TestSuite的时候会报错No runnable 
methods,加Ignore是为了不影响TestSuite正常运行



##########
dubbo-spring-boot/dubbo-spring-boot-compatible/autoconfigure/src/test/java/org/apache/dubbo/spring/boot/context/event/AwaitingNonWebApplicationListenerTest.java:
##########
@@ -20,10 +20,12 @@
 
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 
 /**
  * {@link AwaitingNonWebApplicationListener} Test
  */
+@Ignore

Review Comment:
   这个类里的测试方法全都被注释掉了,跑TestSuite的时候会报错No runnable 
methods,加Ignore是为了不影响TestSuite正常运行



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to