about summary refs log tree commit homepage
path: root/t/admin.t
diff options
context:
space:
mode:
Diffstat (limited to 't/admin.t')
-rw-r--r--t/admin.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/admin.t b/t/admin.t
index b5a4383e..3790c9e2 100644
--- a/t/admin.t
+++ b/t/admin.t
@@ -50,7 +50,7 @@ SKIP: {
 
 # v2
 SKIP: {
-        for my $m (qw(DBD::SQLite Search::Xapian)) {
+        for my $m (qw(DBD::SQLite)) {
                 skip "$m missing", 5 unless eval "require $m";
         }
         use_ok 'PublicInbox::V2Writable';