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:
regnat 2021-04-29 07:18:00 +02:00
parent 9c787e5e94
commit bf3e1cf77b

View file

@ -5,7 +5,9 @@ use IO::Uncompress::Bunzip2 qw(bunzip2);
use Archive::Tar; use Archive::Tar;
use JSON qw(decode_json); use JSON qw(decode_json);
use Data::Dumper; use Data::Dumper;
my %ctx = test_init(); my %ctx = test_init(
use_external_destination_store => 0
);
require Hydra::Schema; require Hydra::Schema;
require Hydra::Model::DB; require Hydra::Model::DB;