Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipatests: Skip test_jsplugins in server-less environments #5680

Closed

Commits on Mar 29, 2021

  1. ipatests: Skip test_jsplugins in server less environments

    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
    Signed-off-by: Stanislav Levin <slev@altlinux.org>
    stanislavlevin committed Mar 29, 2021
    Copy the full SHA
    e4e9593 View commit details
    Browse the repository at this point in the history