summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-01-22 20:45:13 +0800
committerBobby Rong <rjl931189261@126.com>2023-01-22 20:45:29 +0800
commit5461c2c4b7e753af7ac2e2b202ecfb105852f244 (patch)
tree59ef59451b9f0963816e3f4003f21fab7fdd4d80 /nixos
parentd7705c01ef0a39c8ef532d1033bace8845a07d35 (diff)
nixosTests.pantheon: remove a TODO
Pantheon is moving away from Bamf.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/pantheon.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/pantheon.nix b/nixos/tests/pantheon.nix
index 52f85f5c07da8..7594c239e9b3d 100644
--- a/nixos/tests/pantheon.nix
+++ b/nixos/tests/pantheon.nix
@@ -40,7 +40,6 @@ import ./make-test-python.nix ({ pkgs, lib, ...} :
     with subtest("Check that logging in has given the user ownership of devices"):
         machine.succeed("getfacl -p /dev/snd/timer | grep -q ${user.name}")
 
-    # TODO: DBus API could eliminate this? Pantheon uses Bamf.
     with subtest("Check if pantheon session components actually start"):
         machine.wait_until_succeeds("pgrep gala")
         machine.wait_for_window("gala")