You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
607 B
26 lines
607 B
From 9c9187a252300f5f453d995ac50edf88c5e0c855 Mon Sep 17 00:00:00 2001 |
|
From: Frantisek Sumsal <frantisek@sumsal.cz> |
|
Date: Wed, 22 Jun 2022 15:29:02 +0200 |
|
Subject: [PATCH] test: disable test_ntp on RHEL |
|
|
|
since we don't ship systemd-timesyncd. |
|
|
|
rhel-only |
|
|
|
Related: #2087652 |
|
--- |
|
test/units/testsuite-45.sh | 1 - |
|
1 file changed, 1 deletion(-) |
|
|
|
diff --git a/test/units/testsuite-45.sh b/test/units/testsuite-45.sh |
|
index 322d8086e7..75e07bc09a 100755 |
|
--- a/test/units/testsuite-45.sh |
|
+++ b/test/units/testsuite-45.sh |
|
@@ -258,7 +258,6 @@ EOF |
|
|
|
test_timezone |
|
test_adjtime |
|
-test_ntp |
|
|
|
touch /testok |
|
rm /failed
|
|
|