Remove needless test skipping

This commit is contained in:
Jakub Jelen 2025-12-11 18:11:25 +01:00
parent 32f7481097
commit 017e0fea1e

View File

@ -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