This is an automated email from the git hooks/post-receive script.
lbraun pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c23e0aa65d maint: Disable telephony service tests.
c23e0aa65d is described below
commit c23e0aa65d511a29f31da876f905594c0f8bce00
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Tue Jul 5 09:25:00 2022 +0200
maint: Disable telephony service tests.
Temporarily, so we can bump the guix package.
* Makefile.am (SCM_TESTS): Remove tests/services/telephony.scm.
---
Makefile.am | 1 -
1 file changed, 1 deletion(-)
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 \