summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/auth-test.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auth-test.c b/tests/auth-test.c
index 35b05cc7..def5cfd6 100644
--- a/tests/auth-test.c
+++ b/tests/auth-test.c
@@ -824,8 +824,6 @@ do_select_auth_test (void)
SoupAuthDomain *basic_auth_domain, *digest_auth_domain;
SoupURI *uri;
- SOUP_TEST_SKIP_IF_NO_APACHE;
-
debug_printf (1, "\nTesting selection among multiple auths:\n");
/* It doesn't seem to be possible to configure Apache to serve
@@ -982,8 +980,6 @@ do_auth_close_test (void)
SoupURI *uri;
AuthCloseData acd;
- SOUP_TEST_SKIP_IF_NO_APACHE;
-
debug_printf (1, "\nTesting auth when server times out connection:\n");
server = soup_test_server_new (FALSE);
@@ -1099,8 +1095,6 @@ do_disappearing_auth_test (void)
SoupSession *session;
int counter;
- SOUP_TEST_SKIP_IF_NO_APACHE;
-
debug_printf (1, "\nTesting auth when server does not repeat challenge on failure:\n");
server = soup_test_server_new (FALSE);