From a926bc139b8567466803ba261bfedd94574c9664 Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Thu, 6 Jan 2022 14:38:44 -0800 Subject: [PATCH] build: Remove "integration_tests" from the feature list Signed-off-by: Bo Chen --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2b7e6ed46..e5157bf37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,9 +58,6 @@ kvm = ["vmm/kvm"] mshv = ["vmm/mshv"] tdx = ["vmm/tdx"] -# Integration tests require a special environment to run in -integration_tests = [] - [workspace] members = [ "acpi_tables",