summaryrefslogtreecommitdiff
path: root/src/test/test_geoip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test_geoip.c')
-rw-r--r--src/test/test_geoip.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/test_geoip.c b/src/test/test_geoip.c
index b35997edc6..af36166538 100644
--- a/src/test/test_geoip.c
+++ b/src/test/test_geoip.c
@@ -548,8 +548,10 @@ struct testcase_t geoip_tests[] = {
{ "geoip", test_geoip, TT_FORK, NULL, NULL },
{ "geoip_with_pt", test_geoip_with_pt, TT_FORK, NULL, NULL },
{ "load_file", test_geoip_load_file, TT_FORK|SKIP_ON_WINDOWS, NULL, NULL },
- { "load_file6", test_geoip6_load_file, TT_FORK, NULL, NULL },
- { "load_2nd_file", test_geoip_load_2nd_file, TT_FORK, NULL, NULL },
+ { "load_file6", test_geoip6_load_file, TT_FORK | SKIP_ON_WINDOWS,
+ NULL, NULL },
+ { "load_2nd_file", test_geoip_load_2nd_file, TT_FORK | SKIP_ON_WINDOWS,
+ NULL, NULL },
END_OF_TESTCASES
};