mirror of
https://github.com/facebook/sapling.git
synced 2025-01-06 04:43:19 +03:00
fix systemd tests on fedora 32
Summary: Disregard two default systemd services on Fedora 32 that cause our systemd tests to fail. I believe genevievehelsel is planning on removing this code soon anyway. Reviewed By: genevievehelsel Differential Revision: D22713393 fbshipit-source-id: b703b23a3158cb007dc2e1cb53fae36be7282719
This commit is contained in:
parent
2c5cc232fc
commit
02c180b1db
@ -54,6 +54,8 @@ class TemporarySystemdUserServiceManagerTest(SystemdTestCaseBase):
|
||||
"systemd-tmpfiles-setup.service",
|
||||
"grub-boot-success.timer",
|
||||
"systemd-tmpfiles-clean.timer",
|
||||
"pipewire.socket",
|
||||
"pulseaudio.socket",
|
||||
):
|
||||
return False
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user