Searched refs:skip (Results 1 - 6 of 6) sorted by relevance

/sssd-io/src/tests/python/docs/
H A Dconf.py34 def skip(app, what, name, obj, skip, options): function
37 return skip
41 app.connect("autodoc-skip-member", skip)
/sssd-io/src/tests/intg/
H A Dtest_pac_responder.py108 pytest.skip("The sssd_pac_test_client is not available, skipping test")
H A Dtest_secrets.py53 pytest.skip("No Secrets responder, skipping")
205 pytest.skip("The tcurl tool is not available, skipping test")
295 pytest.skip("The tcurl tool is not available, skipping test")
H A Dtest_kcm.py85 pytest.skip("No KCM responder, skipping")
/sssd-io/src/tests/python/
H A Dsssd-testlib.spec82 %{__python2} setup.py install -O1 --skip-build --root %{buildroot}
91 %{__python3} setup.py install --skip-build --root %{buildroot}
/sssd-io/src/providers/krb5/
H A Dkrb5_child_handler.c640 bool skip; local
680 skip = false;
731 skip = true;
738 skip = true;
741 if (!skip) {

Completed in 53 milliseconds