Raise nofile rlimit on powerset tests

Hopefully this helps.
This commit is contained in:
Ivan Molodetskikh
2025-11-27 18:33:55 +03:00
parent 8370c539fb
commit e863f52fea
2 changed files with 8 additions and 2 deletions
+1 -2
View File
@@ -147,8 +147,7 @@ install -Dm644 -t %{buildroot}%{zsh_completions_dir} ./_niri
%if %{with check}
%check
# 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
%cargo_test -- --workspace --exclude niri-visual-tests
%endif
%files