Skip to content

Commit 585de0b

Browse files
committed
beszel: remove testing tag
The `testing` tag was interfering with SMART data collection in sertain scenarios according to #512864. Since the tag isn't needed, removing it should solve this problem.
1 parent c1faf7b commit 585de0b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pkgs/by-name/be/beszel/package.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ buildGo126Module (finalAttrs: {
5353

5454
vendorHash = "sha256-TVpZbK9V9/GqpVFcjF7QGD5XJJHzRgjVXZOImHQTR1k=";
5555

56-
tags = [ "testing" ];
57-
5856
preBuild = ''
5957
mkdir -p internal/site/dist
6058
cp -r ${finalAttrs.webui}/* internal/site/dist
@@ -68,7 +66,10 @@ buildGo126Module (finalAttrs: {
6866
"TestConfigSyncWithTokens"
6967
];
7068
in
71-
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
69+
[
70+
"-skip=^${builtins.concatStringsSep "$|^" skippedTests}$"
71+
"-tags=testing"
72+
];
7273

7374
postInstall = ''
7475
mv $out/bin/agent $out/bin/beszel-agent

0 commit comments

Comments
 (0)