vscodium: Only test nixosTests.vscodium.xorg

We mark the wayland test broken for a while.
This commit is contained in:
Bobby Rong
2026-02-22 22:54:08 +08:00
parent 5a45c2c46d
commit b0d0543458
@@ -55,7 +55,7 @@ buildVscode rec {
inherit hash;
};
tests = nixosTests.vscodium;
tests = nixosTests.vscodium.xorg;
updateScript = ./update-vscodium.sh;