#!/usr/bin/make -f # Flaky tests SKIP = TestMkdirAllHandle_RacingRename|TestPartialLookup_RacingRename %: dh $@ --buildsystem=golang --with=golang # don't fail tests on slow architectures override_dh_auto_test: ifeq (,$(filter $(DEB_HOST_ARCH), riscv64)) dh_auto_test -- -timeout=20m -skip="$(SKIP)" else -dh_auto_test -- -timeout=20min -skip="$(SKIP)" endif