mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 11:19:50 +03:00
11 lines
260 B
Diff
11 lines
260 B
Diff
Summary: skip tests which require solr server
|
|
--- a/tests/test.config.inc
|
|
+++ b/tests/test.config.inc
|
|
@@ -1,6 +1,6 @@
|
|
<?php
|
|
|
|
-define('SOLR_SERVER_CONFIGURED', true);
|
|
+define('SOLR_SERVER_CONFIGURED', false);
|
|
|
|
define('ROOT_DIRECTORY', dirname(__FILE__));
|
|
|