mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
crosvm: cros_async: disable unstable test
Test verifies if operation is not executed if executor is dropped before running. We do not currently guarantee that BUG=none TEST=cargo test Change-Id: I56d98e4af869c26542c7ebacb127ed3bfd980553 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3655277 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Anton Romanov <romanton@google.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
c1a2fa27b4
commit
ace7edca0e
1 changed files with 2 additions and 0 deletions
|
@ -1110,6 +1110,8 @@ mod tests {
|
|||
.expect("Failed to run executor");
|
||||
}
|
||||
|
||||
// We will drain all ops on drop and its not guaranteed that operation won't finish
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn drop_before_completion() {
|
||||
if !use_uring() {
|
||||
|
|
Loading…
Reference in a new issue