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 ng...@apache.org on 2021/09/03 06:21:21 UTC

[jackrabbit-oak] branch trunk updated: OAK-9561 | Ignoring flaky test till it's fixed

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

ngupta 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 d93ea86  OAK-9561 | Ignoring flaky test till it's fixed
d93ea86 is described below

commit d93ea862b2052b615a04e29ef7b17094101ae909
Author: nit0906 <ni...@gmail.com>
AuthorDate: Fri Sep 3 11:50:49 2021 +0530

    OAK-9561 | Ignoring flaky test till it's fixed
---
 .../jackrabbit/oak/plugins/index/lucene/hybrid/DelayedFacetReadTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/hybrid/DelayedFacetReadTest.java b/oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/hybrid/DelayedFacetReadTest.java
index 423e828..9e5867b 100644
--- a/oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/hybrid/DelayedFacetReadTest.java
+++ b/oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/hybrid/DelayedFacetReadTest.java
@@ -55,6 +55,7 @@ import org.apache.jackrabbit.oak.stats.Clock;
 import org.apache.jackrabbit.oak.stats.StatisticsProvider;
 import org.jetbrains.annotations.Nullable;
 import org.junit.After;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.TemporaryFolder;