910ff25 ipatests: fix TestUserPermissions::test_selinux_user_optimized

1 file Authored by frenaud 4 years ago, Committed by François Cami 4 years ago,
    ipatests: fix TestUserPermissions::test_selinux_user_optimized
    
    This test requires SELinux and fails if selinux is disabled
    (because it's calling semanage login -l).
    
    The vagrant images currently in use in the nightly tests
    are configured with selinux disabled.  Add skipif marker when
    selinux is disabled.
    
    Fixes: https://pagure.io/freeipa/issue/7974
    Reviewed-By: François Cami <fcami@redhat.com>