diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2022-07-05 09:25:00 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2022-07-05 11:04:18 +0200 |
commit | c23e0aa65d511a29f31da876f905594c0f8bce00 (patch) | |
tree | b853d9099934deead0005e0c63db0470fc322497 /Makefile.am | |
parent | 02ca41d9019d28c8493d13286d10ec9fb2a752a1 (diff) | |
download | guix-c23e0aa65d511a29f31da876f905594c0f8bce00.tar.gz |
maint: Disable telephony service tests.
Temporarily, so we can bump the guix package. * Makefile.am (SCM_TESTS): Remove tests/services/telephony.scm.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 377cac03f7..f606125789 100644 --- a/Makefile.am +++ b/Makefile.am @@ -531,7 +531,6 @@ SCM_TESTS = \ tests/services/file-sharing.scm \ tests/services/configuration.scm \ tests/services/linux.scm \ - tests/services/telephony.scm \ tests/sets.scm \ tests/size.scm \ tests/status.scm \ |