Accepting request 1242288 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1242288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liburing?expand=0&rev=28
This commit is contained in:
Ana Guerrero 2025-02-04 17:09:38 +00:00 committed by Git OBS Bridge
commit 60e0b09812
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 31 15:47:09 UTC 2025 - Christian Goll <cgoll@suse.com>
- disable sqwait.t and nop.t for 15.6
-------------------------------------------------------------------
Mon Jan 27 09:50:23 UTC 2025 - Jiri Slaby <jslaby@suse.cz>

View File

@ -94,7 +94,7 @@ declare -a TEST_EXCLUDE=()
TEST_EXCLUDE+=( fallocate.t fd-pass.t fixed-buf-merge.t msg-ring-overflow.t nop.t poll-race-mshot.t reg-hint.t sqwait.t wq-aff.t )
%endif
%if 0%{?sle_version} == 150600 || 0%{?sle_version} == 150700
TEST_EXCLUDE+=( fallocate.t )
TEST_EXCLUDE+=( fallocate.t sqwait.t nop.t )
%endif
%if 0%{?suse_version} == 1600
TEST_EXCLUDE+=( sqwait.t )