diff --git a/pkgs/stdenv/generic/check-meta.nix b/pkgs/stdenv/generic/check-meta.nix index ae868ab14ac19..4f314801a7494 100644 --- a/pkgs/stdenv/generic/check-meta.nix +++ b/pkgs/stdenv/generic/check-meta.nix @@ -373,15 +373,6 @@ let unfree = bool; unsupported = bool; insecure = bool; - tests = { - name = "test"; - verify = - x: - x == { } - || - # Accept {} for tests that are unsupported - (isDerivation x && x ? meta.timeout); - }; timeout = int; knownVulnerabilities = listOf str; badPlatforms = platforms;