On Thu, Sep 10, 2026 at 09:35:48AM +0200, Andrew Lee wrote: > On Thu, Sep 10, 2026 at 1:45 AM Santiago Vila <[email protected]> wrote: > > > Yes, it was also failed in 32bits tests. So I disabled it as well. > > > > Ok, but: Do you have a reference for that? (I could not find it) > > If you have, I could even forward the issue upstream. > > I don't remembered where to find it for now. > But I end up allow tests FAIL on 32 bits in debian/rules: > ``` > # Allow tests failed on 32bits DEB_HOST_ARCH_BITS > ifeq ($(DEB_HOST_ARCH_BITS),32) > GOLANG_PROTOBUF_REGISTRATION_CONFLICT=warn dh_auto_test -- > -short || true > else > ``` > > > The thing is that I plan to do an upload for trixie-proposed-updates > > fixing the two tests which failed for me, as they also fail in trixie. > > > > Should I also disable "TestConcurrentEval" in trixie, or it does not matter? > > So re-enable this Test should be fine for 32 bits. > Mind to do a team upload for this?
Yes, will do. Thanks a lot.

