8
0
2021-04-29 20:46:53 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 29 11:04:04 UTC 2021 - Oliver Kurz <okurz@suse.com>
- Ignore more unstable tests (https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess/issues/14)
-------------------------------------------------------------------
Fri Nov 13 08:35:16 UTC 2020 - Oliver Kurz <okurz@suse.com>

View File

@@ -54,7 +54,7 @@ perl Build.PL installdirs=vendor
%check
echo "ignoring unstable tests"
echo "https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess/issues/14"
rm t/{07_autodetect,12_mocked_container,04_queues,05_serialize}.t
rm t/{07_autodetect,12_mocked_container,04_queues,05_serialize,06_events}.t
./Build test
%install