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 <njoseph@riseup.net>
[sunil: Drop unnecessary changes to step definitions]
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Joseph Nuthalapati 2020-02-07 11:33:03 +05:30 committed by Sunil Mohan Adapa
parent b3fd24ce6f
commit cce51cd9d0
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -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.