aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-embed-single-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ephy-embed-single-test.c')
-rw-r--r--tests/ephy-embed-single-test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ephy-embed-single-test.c b/tests/ephy-embed-single-test.c
index 80a54bcfa..be6c0ca7e 100644
--- a/tests/ephy-embed-single-test.c
+++ b/tests/ephy-embed-single-test.c
@@ -52,6 +52,7 @@ test_embed_single_get_from_shell (void)
g_assert (EPHY_IS_EMBED_SINGLE (single));
}
+#ifndef HAVE_WEBKIT2
static void
test_embed_single_form_auth (void)
{
@@ -76,6 +77,7 @@ test_embed_single_form_auth (void)
g_object_unref (single);
}
+#endif
int
main (int argc, char *argv[])
@@ -99,8 +101,10 @@ main (int argc, char *argv[])
test_embed_single_new);
g_test_add_func ("/embed/ephy-embed-single/get_from_shell",
test_embed_single_get_from_shell);
+#ifndef HAVE_WEBKIT2
g_test_add_func ("/embed/ephy-embed-single/form_auth",
test_embed_single_form_auth);
+#endif
ret = g_test_run ();