From b0d0543458aadca0d583ead86f9ae0d3e2e1e565 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 22 Feb 2026 22:54:08 +0800 Subject: [PATCH] vscodium: Only test nixosTests.vscodium.xorg We mark the wayland test broken for a while. --- pkgs/applications/editors/vscode/vscodium.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix index 73035e062243..e3668d7d3759 100644 --- a/pkgs/applications/editors/vscode/vscodium.nix +++ b/pkgs/applications/editors/vscode/vscodium.nix @@ -55,7 +55,7 @@ buildVscode rec { inherit hash; }; - tests = nixosTests.vscodium; + tests = nixosTests.vscodium.xorg; updateScript = ./update-vscodium.sh;