From 017e0fea1e89f2f64f4772aa0bd98f8fcd74e08d Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 11 Dec 2025 18:11:25 +0100 Subject: [PATCH] Remove needless test skipping --- capnproto.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/capnproto.spec b/capnproto.spec index 2b477f0..0fe8f8c 100644 --- a/capnproto.spec +++ b/capnproto.spec @@ -47,11 +47,6 @@ developing applications that use %{name}. %prep %autosetup -n %{modulename}-%{version} -p2 -# Disable broken test -## Cf. https://github.com/capnproto/capnproto/issues/1349 -## Cf. https://github.com/capnproto/capnproto/issues/1398 -sed -e '/TEST(AsyncIo, AncillaryMessageHandler)/,/^}/s/^/\/\//' -i src/kj/async-io-test.c++ - %build # The tests are randomly failing due to poor sparsing support in the build system