4ff972c azure: do not run test_commands due to failures in low memory cases

Authored and Committed by abbra 3 years ago
    azure: do not run test_commands due to failures in low memory cases
    
    389-ds memory autotuning doesn't really work well in containerized
    environment as it only looks into host-wide /proc/meminfo. It gets
    fooled by 'missing' memory while there is still enough swap space.
    
    This is in particular affects test_commands test suite where
    ipa-adtrust-install cannot fully proceed and fails. We plan to rebalance
    test containers' memory split but right now just disable test_commands
    in Azure CI.
    
    Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Isaac Boukris <iboukris@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>