From bf3e1cf77b72d40639593f47a1c974acf5797af2 Mon Sep 17 00:00:00 2001 From: regnat Date: Thu, 29 Apr 2021 07:18:00 +0200 Subject: [PATCH] Disable the remote dest store for the channel test Looks like feature is only works when the destination store is the local store --- t/Controller/Jobset/channel.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/Controller/Jobset/channel.t b/t/Controller/Jobset/channel.t index 2b034025..c632cf55 100644 --- a/t/Controller/Jobset/channel.t +++ b/t/Controller/Jobset/channel.t @@ -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;