3
0
Fork 0
forked from mirrors/nixpkgs

nixosTests.pantheon: remove a TODO

Pantheon is moving away from Bamf.
This commit is contained in:
Bobby Rong 2023-01-22 20:45:13 +08:00
parent d7705c01ef
commit 5461c2c4b7
No known key found for this signature in database

View file

@ -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")