summaryrefslogtreecommitdiff
path: root/tests/ntlm-test.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-03-15 14:19:45 -0400
committerDan Winship <danw@gnome.org>2014-03-15 20:00:56 -0400
commita1591e15bf2c4a690e79698cdd078f6ed01e48d3 (patch)
treee728a2de0e667473a038ec906af0bf8d67f4c9a3 /tests/ntlm-test.c
parent8e2402651807403c6d42ecb75563f480405e8660 (diff)
downloadlibsoup-a1591e15bf2c4a690e79698cdd078f6ed01e48d3.tar.gz
tests: use g_test_bug() to annotate test cases
Diffstat (limited to 'tests/ntlm-test.c')
-rw-r--r--tests/ntlm-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ntlm-test.c b/tests/ntlm-test.c
index 7aa532ed..24a0f2e4 100644
--- a/tests/ntlm-test.c
+++ b/tests/ntlm-test.c
@@ -540,6 +540,8 @@ do_retrying_test (gconstpointer data)
SoupURI *uri;
gboolean retried = FALSE;
+ g_test_bug ("693222");
+
g_setenv ("SOUP_NTLM_AUTH_DEBUG", "", TRUE);
debug_printf (1, " /alice\n");