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 mr...@apache.org on 2023/06/22 11:15:38 UTC

[jackrabbit-oak] branch trunk updated: OAK-5782: Test failure: persistentCache.BroadcastTest.broadcastTCP

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 60cb9728ba OAK-5782: Test failure: persistentCache.BroadcastTest.broadcastTCP
     new 16edc2c0b7 Merge pull request #997 from mreutegg/OAK-5782
60cb9728ba is described below

commit 60cb9728ba53f65a6e46fbd71b3cbd18cc294fc1
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);
     }