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 <[email protected]>
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;