Bruno Victal 0c53cbcc56
tests: gdm: Remove tmpfs related tests.
This test never managed to reveal the problem described in [1] because
from gnu/system/vm.scm it is seen that our "/tmp" mount is filtered out and
replaced with a "/tmp" file-system that is mounted with (needed-for-boot? #t).
This last bit is crucial as the problem was caused by the user specified "/tmp"
file-system lacking this part which caused "/tmp" being mounted after
x11-socket-directory-service has run, effectively shadowing the directory.

[1]: <https://issues.guix.gnu.org/57589>

* gnu/tests/gdm.scm (%test-gdm-wayland-tmpfs): Delete variable.
(make-os): Remove tmpfs? argument.
(run-gdm-test): Remove tmpfs? argument. Add a small delay since
waiting for gdm.pid is not enough, causing the tests to fail sporadically.

Reviewed-by: Josselin Poiret <dev@jpoiret.xyz>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-21 16:53:28 -04:00
..
2023-02-05 06:56:44 +01:00
2022-09-08 15:17:31 +02:00
2023-02-09 01:07:47 +01:00
2022-08-30 19:29:58 +02:00
2022-06-24 10:24:54 +02:00
2021-12-23 10:54:01 +01:00
2021-12-23 10:54:01 +01:00
2021-12-23 16:05:13 +01:00
2022-09-24 09:41:24 +02:00
2023-01-22 18:12:09 +01:00