Skip to content
Snippets Groups Projects
Commit 6b977c95 authored by Martina Ferrari's avatar Martina Ferrari
Browse files

Disable "long" tests in arm*, which take way too long and run out of memory. Closes: #852959.

parent 4480da2b
No related merge requests found
prometheus (1.5.2+ds-2) UNRELEASED; urgency=medium
* Disable "long" tests in arm*, which take way too long and run out of
memory. Closes: #852959.
-- Martín Ferrari <tincho@debian.org> Fri, 10 Feb 2017 23:13:00 -0300
prometheus (1.5.2+ds-1) unstable; urgency=medium
* New upstream bugfix release.
......
......@@ -34,8 +34,8 @@ BUILDFLAGS := -ldflags \
-X $(METAPKG)/version.GoVersion=$(GO_VERSION)"
ifeq ($(DEB_HOST_ARCH_CPU),arm)
# Tests in armel take way too long!
TESTFLAGS := -timeout 60m
# Tests in armel take way too long, and run out of memory in armhf.
TESTFLAGS := -timeout 60m -short
else
TESTFLAGS := -timeout 20m
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment