You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by da...@apache.org on 2023/06/26 14:26:02 UTC

[jackrabbit-oak] 01/09: OAK-5782: Test failure: persistentCache.BroadcastTest.broadcastTCP

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

daim pushed a commit to branch OAK-10199
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 80ed5235fa887b14353fa92cd088df91294d456c
Author: Marcel Reutegger <ma...@gmail.com>
AuthorDate: Tue Jun 20 17:56:04 2023 +0200

    OAK-5782: Test failure: persistentCache.BroadcastTest.broadcastTCP
    
    Ignore test
---
 .../jackrabbit/oak/plugins/document/persistentCache/BroadcastTest.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/persistentCache/BroadcastTest.java b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/persistentCache/BroadcastTest.java
index 7d3b3097fd..c1b14d1471 100644
--- a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/persistentCache/BroadcastTest.java
+++ b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/persistentCache/BroadcastTest.java
@@ -143,6 +143,7 @@ public class BroadcastTest {
     }
     
     @Test
+    @Ignore("OAK-5782")
     public void broadcastTCP() throws Exception {
         broadcast("tcp:sendTo localhost;key 123", 80);
     }