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