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:
Daniel Verkamp 2022-07-14 15:36:21 -07:00 committed by crosvm LUCI
parent 1a7a822858
commit 7c47dfe3f2

View file

@ -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"));