From dea9e6b284e05d554175db2924c4effba9be3631 Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Thu, 1 Dec 2022 09:23:23 +0000 Subject: [PATCH] Disable javabytecode test which fails for Java 17 Resolves: #2149489 --- rpminspect.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index 3dd288c..343cd05 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -4,3 +4,5 @@ specname: runpath: allowed_paths: - /usr/lib64/tps +inspections: + javabytecode: off