This is an automated email from the ASF dual-hosted git repository.
pradeep pushed a commit to branch ranger-2.8
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/ranger-2.8 by this push:
new 5c567041d RANGER-5394: Disable the failing
TestRangerBasePluginRaceCondition.testVisibilityOfPolicyEngine() test
5c567041d is described below
commit 5c567041d56bf153a1c7fb320af42b4a9af673b0
Author: Pradeep Agrawal <[email protected]>
AuthorDate: Fri Feb 20 14:54:44 2026 +0530
RANGER-5394: Disable the failing
TestRangerBasePluginRaceCondition.testVisibilityOfPolicyEngine() test
Change-Id: I4d4631d6eb50330e8d2d1f661bae0b5416d31ad3
---
.../apache/ranger/plugin/service/TestRangerBasePluginRaceCondition.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/agents-common/src/test/java/org/apache/ranger/plugin/service/TestRangerBasePluginRaceCondition.java
b/agents-common/src/test/java/org/apache/ranger/plugin/service/TestRangerBasePluginRaceCondition.java
index c314dc281..8c474ae37 100644
---
a/agents-common/src/test/java/org/apache/ranger/plugin/service/TestRangerBasePluginRaceCondition.java
+++
b/agents-common/src/test/java/org/apache/ranger/plugin/service/TestRangerBasePluginRaceCondition.java
@@ -29,6 +29,7 @@
import org.apache.ranger.plugin.policyengine.RangerPolicyEngineOptions;
import org.apache.ranger.plugin.util.ServicePolicies;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -72,6 +73,7 @@ public void setUp() {
}
@Test
+ @Ignore
public void testVisibilityOfPolicyEngine() throws Exception {
plugin.setPolicies(createServicePolicies(true, 15_000, 1L));