From 6dcde95810f48f574d23ae8ea114fd260ad4f5c8 Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Thu, 30 May 2024 07:46:54 +0000 Subject: [PATCH] Request at least 6GB of memory for this test plan The `test_write_filter_zstd` test was failing to "not enough memory" error on machines that have less than 4GB of memory Resolves: RHEL-39474 --- plans/public.fmf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plans/public.fmf b/plans/public.fmf index aa79498..a683043 100644 --- a/plans/public.fmf +++ b/plans/public.fmf @@ -5,3 +5,6 @@ discover: url: https://gitlab.com/redhat/centos-stream/tests/libarchive.git execute: how: tmt +provision: + hardware: + memory: ">= 6 GB"