3eb8b30 ipatests: Skip test_jsplugins in server less environments

1 file Authored by slev 2 years ago, Committed by abbra 2 years ago,
    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>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>