Skip to content

Commit

Permalink
exclude vmfirmwareigvm_dll (#679)
Browse files Browse the repository at this point in the history
Unbreak 2411 aarch64 unit tests by excluding vmfirmwareigvm_dll, which
doesn't have any tests anyway. Unclear what caused it to start failing.
  • Loading branch information
tjones60 authored Jan 16, 2025
1 parent 924eb2d commit fb4440d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flowey/flowey_lib_hvlite/src/build_nextest_unit_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ impl FlowNode for Node {
"test_with_tracing_macro",
"pal_async_test",
"vmm_test_macros",
// Was causing issues building on for Aarch64, and doesn't have any unit tests
"vmfirmwareigvm_dll",
]
.map(|x| x.to_string())
.to_vec();
Expand Down

0 comments on commit fb4440d

Please sign in to comment.