From cce51cd9d0f819000941647e7fa9bfb796a31b10 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Fri, 7 Feb 2020 11:33:03 +0530 Subject: [PATCH] functional-tests: Leave tor+http test disabled Downloading software packages over tor+http is a significant performance cost to subsequent tests. Signed-off-by: Joseph Nuthalapati [sunil: Drop unnecessary changes to step definitions] Signed-off-by: Sunil Mohan Adapa Reviewed-by: Sunil Mohan Adapa --- functional_tests/features/tor.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functional_tests/features/tor.feature b/functional_tests/features/tor.feature index ed2dad8b2..4bd1f46f9 100644 --- a/functional_tests/features/tor.feature +++ b/functional_tests/features/tor.feature @@ -33,9 +33,9 @@ Scenario: Set tor hidden services configuration And tor hidden services information should be displayed Scenario: Set download software packages over tor - Given download software packages over tor is disabled - When I enable download software packages over tor - Then download software packages over tor should be enabled + Given download software packages over tor is enabled + When I disable download software packages over tor + Then download software packages over tor should be disabled # TODO: Test more thoroughly by checking same hidden service is restored and by # actually connecting using Tor.