lhotari commented on code in PR #15827:
URL: https://github.com/apache/pulsar/pull/15827#discussion_r885182260


##########
tests/integration/src/test/java/org/apache/pulsar/tests/integration/functions/PulsarStateTest.java:
##########
@@ -57,7 +57,8 @@ public class PulsarStateTest extends 
PulsarStandaloneTestSuite {
 
     public static final String WORDCOUNT_PYTHON_FILE = "wordcount_function.py";
 
-    @Test(groups = {"python_state", "state", "function", "python_function"})
+    // skip this tests and fix it later
+//    @Test(groups = {"python_state", "state", "function", "python_function"})

Review Comment:
   Is this also required with `PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python` ?



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