From d9fa0894a34374394ea21f9d2aa9c26574d1506a Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:36:32 +0800 Subject: Temporarily disable UI tests (#406) * Temporarily disable UI tests - Too many sporadic errors occlude actual problems; see #400 - These tests will be re-enabled once the big refactor is complete * Write changelog --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2e18a06..79f31c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,11 @@ repository = "https://github.com/imsnif/bandwhich" rust-version = "1.74.0" description = "Display current network utilization by process, connection and remote IP/hostname" +[features] +default = [] +# UI tests temporarily disabled by default, until big refactor is done +ui_test = [] + [dependencies] anyhow = { version = "1.0.82", features = ["backtrace"] } async-trait = "0.1.80" -- cgit v1.2.3