Skip to content

Commit a3f077c

Browse files
committed
feat: allow running host monitoring generate tests on windows
1 parent 85383bf commit a3f077c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

agent-control/src/cli/on_host/host_monitoring_gen/infra_config_gen.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ agents:
202202

203203
const INFRA_AGENT_VALUES: &str = "fleet/agents.d/infra-test/values/values.yaml";
204204

205-
#[cfg(target_family = "unix")] //TODO This should be removed when Windows support is added
206205
#[test]
207206
fn test_migrate_old_infra_config() {
208207
// Create a temporary directory
@@ -266,7 +265,6 @@ config_agent:
266265

267266
}
268267

269-
#[cfg(target_family = "unix")] //TODO This should be removed when Windows support is added
270268
#[test]
271269
fn test_generate_new_infra_config() {
272270
let temp_dir = TempDir::new().unwrap();

0 commit comments

Comments
 (0)