Comment 31 for bug 2019203

Revision history for this message
Marc Deslauriers (mdeslaur) wrote :

> The build at https://launchpad.net/ubuntu/+source/mysql-8.0/8.0.33-0ubuntu2 passed for armhf and MTR/CI did not fail. Why is it failing for users then?

The tests are disabled on armhf:

ifneq (,$(filter $(ARCH), amd64 i386))
    TESTSUITE_FAIL_CMD:=exit 1
else
    TESTSUITE_FAIL_CMD:=true
endif

And autopkgtests have always failed on armhf also.