This is an automated email from the ASF dual-hosted git repository.

zabetak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git

commit 8ea1d78d0dc18fec4305dd0d0a9e341ecdcaef1e
Author: akshat0395 <akshatats...@gmail.com>
AuthorDate: Thu Jul 13 16:59:43 2023 +0530

    HIVE-23693: HIVE-27502: Enable HiveKafkaProducerTest (Akshat Mathur 
reviewed by Attila Turoczy, Stamatis Zampetakis)
    
    Closes #4483
---
 .../src/test/org/apache/hadoop/hive/kafka/HiveKafkaProducerTest.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/kafka-handler/src/test/org/apache/hadoop/hive/kafka/HiveKafkaProducerTest.java
 
b/kafka-handler/src/test/org/apache/hadoop/hive/kafka/HiveKafkaProducerTest.java
index cf08e2f30ac..8c9ed5f99b1 100644
--- 
a/kafka-handler/src/test/org/apache/hadoop/hive/kafka/HiveKafkaProducerTest.java
+++ 
b/kafka-handler/src/test/org/apache/hadoop/hive/kafka/HiveKafkaProducerTest.java
@@ -53,7 +53,6 @@ import java.util.stream.IntStream;
 /**
  * Test class for Hive Kafka Producer.
  */
-@org.junit.Ignore("flaky HIVE-23693")
 @SuppressWarnings("unchecked") public class HiveKafkaProducerTest {
 
   private static final Logger LOG = 
LoggerFactory.getLogger(HiveKafkaProducerTest.class);

Reply via email to