From 5e07bbbe20aeb1e0d99f5793233971a3508b120c Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Tue, 17 Aug 2021 11:52:42 +0100 Subject: [PATCH] Fix FTBFS due to access to internal class sun.reflect.Reflection Resolves: #1981014 --- gating.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gating.yml diff --git a/gating.yml b/gating.yml new file mode 100644 index 0000000..58b812e --- /dev/null +++ b/gating.yml @@ -0,0 +1,8 @@ +# recipients: rhcs-team +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} +