Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/6215#discussion_r198437450
--- Diff:
flink-connectors/flink-connector-kafka-0.10/src/test/java/org/apache/flink/streaming/connectors/kafka/Kafka010ITCase.java
---
@@ -168,8 +168,8 @@ public void testAutoOffsetRetrievalAndCommitToKafka()
throws Exception {
/**
* Kafka 0.10 specific test, ensuring Timestamps are properly written
to and read from Kafka.
+ * This test is disabled because of:
https://issues.apache.org/jira/browse/FLINK-9217
*/
- @Test(timeout = 60000)
--- End diff --
Let's ignore the test with `@Ignore` and a proper ignore message. This
should make it easier to find it by looking for `@Ignore` annotated tests.
---