diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-10-15 13:26:53 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-10-15 13:27:11 +0300 |
| commit | 2776005c5fc4fbb85636672213b8b84a319dfb01 (patch) | |
| tree | 12b7326b0e209abb61b513b412e7d713ab97351d | |
| parent | ff09f7a558e405e2de672f586aeb28fd9ad97c1a (diff) | |
| download | niri-2776005c5fc4fbb85636672213b8b84a319dfb01.tar.gz niri-2776005c5fc4fbb85636672213b8b84a319dfb01.tar.bz2 niri-2776005c5fc4fbb85636672213b8b84a319dfb01.zip | |
niri.spec: Just skip the par fd limit tests
| -rw-r--r-- | niri.spec.rpkg | 5 |
1 files 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 |
