remove missing file for config tests
Some checks failed
Run Check Script / check (pull_request) Failing after 1m0s

This commit is contained in:
Ian Letourneau 2025-09-08 11:51:16 -04:00
parent a8d421efdc
commit d7dd8bd5c1

View File

@ -235,7 +235,6 @@ mod tests {
"src/tests/data/config-full-25.7.xml", "src/tests/data/config-full-25.7.xml",
"src/tests/data/config-full-25.7-dummy-dnsmasq-options.xml", "src/tests/data/config-full-25.7-dummy-dnsmasq-options.xml",
"src/tests/data/config-25.7-dnsmasq-static-host.xml", "src/tests/data/config-25.7-dnsmasq-static-host.xml",
"src/tests/data/config-wk1-20250903.xmlDONOTCOMMIT",
] { ] {
let mut test_file_path = PathBuf::from(env!("CARGO_MANIFEST_DIR")); let mut test_file_path = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
test_file_path.push(path); test_file_path.push(path);