tests/hurl: disable for now

Will be re-enabled after https://github.com/NixOS/nixpkgs/pull/418842
reaches unstable.
This commit is contained in:
Austin Horstman 2025-06-22 10:24:34 -05:00
parent cd1f50b1e8
commit 229079e32a

View file

@ -1,4 +1,6 @@
{
{ pkgs, ... }:
# TODO: remove once https://github.com/NixOS/nixpkgs/pull/418842 hits flake.lock
pkgs.lib.optionalAttrs false {
empty = {
plugins.hurl.enable = true;
};