mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
tests: disable plugin_hint test
This test uses kill(getppid(), SIGSTOP), which stops the cargo test runner process instead of crosvm as intended. Skip it until someone has time to fix it. BUG=b:239094055 TEST=cargo test --features=plugin -- --test-threads=1 Change-Id: Ib41351154bc585cecc8471f0150f393ce9431da9 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3764464 Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Tested-by: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
1a7a822858
commit
7c47dfe3f2
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ fn test_adder() {
|
|||
test_plugin(include_str!("plugin_adder.c"));
|
||||
}
|
||||
|
||||
#[ignore] // TODO(b/239094055): fix the SIGSTOP usage that stops the cargo test runner
|
||||
#[test]
|
||||
fn test_hint() {
|
||||
test_plugin(include_str!("plugin_hint.c"));
|
||||
|
|
Loading…
Reference in a new issue