mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
prometheus: disable failing test on aarch64
(cherry picked from commit f83b14cd30)
This commit is contained in:
committed by
github-actions[bot]
parent
4e7849a5db
commit
caab59780f
@@ -129,6 +129,10 @@ buildGoModule (finalAttrs: {
|
||||
# Test mock data uses 64 bit data without an explicit (u)int64
|
||||
doCheck = !(stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.parsed.cpu.bits < 64);
|
||||
|
||||
checkFlags = lib.optionals stdenv.hostPlatform.isAarch64 [
|
||||
"-skip=TestEvaluations/testdata/aggregators.test"
|
||||
];
|
||||
|
||||
passthru.tests = { inherit (nixosTests) prometheus; };
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user