XComp commented on code in PR #24175:
URL: https://github.com/apache/flink/pull/24175#discussion_r1463221597


##########
flink-connectors/flink-connector-base/src/test/java/org/apache/flink/connector/base/sink/writer/AsyncSinkWriterThrottlingTest.java:
##########
@@ -36,6 +37,7 @@
 import java.util.stream.LongStream;
 
 /** Test class for rate limiting functionalities of {@link AsyncSinkWriter}. */
+@Disabled("FLINK-31472")

Review Comment:
    ```suggestion
   @Ignore("FLINK-31472")
   ```
   this is a junit4 test (because it imports `org.junit.Test` rather than 
`org.junit.jupiter.api.Test`). Therefore, we would have to rely on the 
`org.junit.Ignore` annotation here.



-- 
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]

Reply via email to