Searched refs:skip (Results 1 - 6 of 6) sorted by relevance
/sssd-io/src/tests/python/docs/ |
H A D | conf.py | 34 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 D | test_pac_responder.py | 108 pytest.skip("The sssd_pac_test_client is not available, skipping test")
|
H A D | test_secrets.py | 53 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 D | test_kcm.py | 85 pytest.skip("No KCM responder, skipping")
|
/sssd-io/src/tests/python/ |
H A D | sssd-testlib.spec | 82 %{__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 D | krb5_child_handler.c | 640 bool skip; local 680 skip = false; 731 skip = true; 738 skip = true; 741 if (!skip) {
|
Completed in 12 milliseconds