Unverified Commit b0d05434 authored by Bobby Rong's avatar Bobby Rong
Browse files

vscodium: Only test nixosTests.vscodium.xorg

We mark the wayland test broken for a while.
parent 5a45c2c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ buildVscode rec {
    inherit hash;
  };

  tests = nixosTests.vscodium;
  tests = nixosTests.vscodium.xorg;

  updateScript = ./update-vscodium.sh;