From 56fe12c479646aff46654a5582f17f40adc4f1df Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 18 Oct 2023 11:32:01 +0100 Subject: [PATCH] build: add the serve docker tests to the integration tester These had been disabled on CI for being unreliable, so test them in the integration tests framework which will retry them. --- fstest/test_all/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index de60774fd..478695f70 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -10,6 +10,8 @@ tests: - path: vfs - path: cmd/serve/restic localonly: true + - path: cmd/serve/docker + localonly: true backends: # - backend: "amazonclouddrive" # remote: "TestAmazonCloudDrive:"