summaryrefslogtreecommitdiffstats
path: root/crates/core/tedge/Cargo.toml
diff options
context:
space:
mode:
authorDidier Wenzek <didier.wenzek@free.fr>2022-07-20 15:42:39 +0200
committerDidier Wenzek <didier.wenzek@free.fr>2022-07-20 15:42:39 +0200
commitb9d61c8bf094cdd13246216705b625b795c1f903 (patch)
tree89969ea5ec00ff6de68a224e757cfb0b439c9e33 /crates/core/tedge/Cargo.toml
parentc961fd51dbbcf5cfe781f6acdcea60034f01e520 (diff)
Remove unused test
The test `create_certificate_as_root_should_switch_to_mosquitto` were behind features and never triggered. As a consequence this test has not been maintained and is no more aligned with the code base (the tedge config is no more user dependent, there is --config-dir option, the tedge command is no more running as tegde). Futhermore this test was using `sudo`. Better to simply remove it. Signed-off-by: Didier Wenzek <didier.wenzek@free.fr>
Diffstat (limited to 'crates/core/tedge/Cargo.toml')
-rw-r--r--crates/core/tedge/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/core/tedge/Cargo.toml b/crates/core/tedge/Cargo.toml
index 1dcdcb52..30479893 100644
--- a/crates/core/tedge/Cargo.toml
+++ b/crates/core/tedge/Cargo.toml
@@ -45,7 +45,3 @@ tokio = { version = "1.12" }
[features]
integration-test = []
-mosquitto-available = [] # Enable tests requesting mosquitto installed
-root-access = [] # Enable tests requesting root access
-tedge-user = [] # Enable tests requesting a tedge user
-openrc = [] # Enable usage of OpenRC