forked from lix-project/hydra
Disable the remote dest store for the channel test
Looks like feature is only works when the destination store is the local store
This commit is contained in:
parent
9c787e5e94
commit
bf3e1cf77b
|
@ -5,7 +5,9 @@ use IO::Uncompress::Bunzip2 qw(bunzip2);
|
|||
use Archive::Tar;
|
||||
use JSON qw(decode_json);
|
||||
use Data::Dumper;
|
||||
my %ctx = test_init();
|
||||
my %ctx = test_init(
|
||||
use_external_destination_store => 0
|
||||
);
|
||||
|
||||
require Hydra::Schema;
|
||||
require Hydra::Model::DB;
|
||||
|
|
Loading…
Reference in a new issue