From 89eef9eedc4a0a67ddbdaecff0a3d8b89a3bc2cb Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 15 Jul 2026 10:20:25 +0300 Subject: [PATCH] Disable tests for proftpd --- build_configs.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build_configs.json b/build_configs.json index d3da7b8..5e0df58 100644 --- a/build_configs.json +++ b/build_configs.json @@ -830,5 +830,14 @@ } } } + }, + "proftpd": { + "*epel*": { + "mock_options": { + "definitions": { + "__spec_check_template": "exit 0;" + } + } + } } }