Github user pnowojski commented on a diff in the pull request:
https://github.com/apache/flink/pull/6215#discussion_r198748703
--- 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 --
Ops, I was looking for a away to disable the test via `@Test(enabled =
false)` or sth like this. Missed that. Fixed
---