quickwit.tests: drop deleted test reference (#523603)

This commit is contained in:
Adam C. Stephens
2026-05-24 12:33:10 +00:00
committed by GitHub
-1
View File
@@ -109,7 +109,6 @@ rustPlatform.buildRustPackage rec {
passthru = {
tests = {
inherit (nixosTests) quickwit;
inherit (nixosTests.vector) syslog-quickwit;
};
updateScript = nix-update-script { };
};