URL: https://github.com/freeipa/freeipa/pull/5680 Author: stanislavlevin Title: #5680: ipatests: Skip test_jsplugins in server-less environments Action: opened
PR body: """ This test assumes that IPA server is installed and configured. But test_jsplugins is the subtask of fasttest which is designed (unittest) to be run in server-less environment.
Note: `needs_ipaapi` is not completely suitable because there is no direct IPA API usage. `xmlrpc_setup` fixture is also not suitable because it assumes XMLRPC.
Fixes: https://pagure.io/freeipa/issue/8781 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5680/head:pr5680 git checkout pr5680
URL: https://github.com/freeipa/freeipa/pull/5680 Author: stanislavlevin Title: #5680: ipatests: Skip test_jsplugins in server-less environments Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5680/head:pr5680 git checkout pr5680
freeipa-devel@lists.fedorahosted.org