Remove needless test skipping
This commit is contained in:
parent
32f7481097
commit
017e0fea1e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user