From c0a2e048b33aaac25ce2811966ca044863024cac Mon Sep 17 00:00:00 2001 From: downtownallday Date: Tue, 2 Jun 2020 16:58:05 -0400 Subject: [PATCH] again --- tests/suites/_mgmt-functions.sh | 3 --- tests/suites/management-users.sh | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/suites/_mgmt-functions.sh b/tests/suites/_mgmt-functions.sh index c63108e4..62658a7e 100644 --- a/tests/suites/_mgmt-functions.sh +++ b/tests/suites/_mgmt-functions.sh @@ -103,9 +103,6 @@ mgmt_create_user() { record "[create user $email]" mgmt_rest POST /admin/mail/users/add "email=$email" "password=$pass" rc=$? - if echo "$REST_OUTPUT" | grep "updated DNS:" >/dev/null; then - systemctl_reset "nsd.service" - fi return $rc } diff --git a/tests/suites/management-users.sh b/tests/suites/management-users.sh index 5fb0e99d..1cc0f0fc 100644 --- a/tests/suites/management-users.sh +++ b/tests/suites/management-users.sh @@ -202,11 +202,8 @@ test_intl_domains() { suite_start "management-users" mgmt_start -# for travis-ci -systemctl_reset "nsd.service" - -test_mixed_case_users test_mixed_case_domains +test_mixed_case_users test_intl_domains suite_end mgmt_end