From 2776005c5fc4fbb85636672213b8b84a319dfb01 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 15 Oct 2025 13:26:53 +0300 Subject: niri.spec: Just skip the par fd limit tests --- niri.spec.rpkg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/niri.spec.rpkg b/niri.spec.rpkg index 7ff8f08e..c5b51e8c 100644 --- a/niri.spec.rpkg +++ b/niri.spec.rpkg @@ -139,9 +139,8 @@ install -Dm644 -t %{buildroot}%{_userunitdir} ./resources/niri-shutdown.target %if %{with check} %check -# We're running into file descriptor limits... -export RAYON_NUM_THREADS=2 -%cargo_test -- --workspace --exclude niri-visual-tests -- --test-threads=2 +# Skip tests that run into open fd limits, until we figure out a fix. +%cargo_test -- --workspace --exclude niri-visual-tests -- --skip=target_output_and_workspaces --skip=target_size --skip=fullscreen_maximize %endif %files -- cgit