mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
Disable integration tests temporarily
Something in our Kokoro infrastructure has changed and the tests are timing out. Disabling the tests to get things unblocked while I further investigate. BUG=b:202196400 TEST=Kokoro Change-Id: I852cf254013f8c3ebe0e44bab510609df21d260c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3207108 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Abhishek Bhardwaj <abhishekbh@chromium.org> Auto-Submit: Dennis Kempin <denniskempin@google.com> Reviewed-by: Abhishek Bhardwaj <abhishekbh@chromium.org>
This commit is contained in:
parent
344eb144bc
commit
f0dd0588ca
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ CRATE_REQUIREMENTS: Dict[str, List[Requirements]] = {
|
|||
"fuzz": [Requirements.DISABLED],
|
||||
"gpu_display": [],
|
||||
"hypervisor": [Requirements.PRIVILEGED, Requirements.X86_64],
|
||||
"integration_tests": [Requirements.PRIVILEGED, Requirements.X86_64],
|
||||
"integration_tests": [Requirements.DISABLED], # b/202196400
|
||||
"io_uring": [
|
||||
Requirements.SEPARATE_WORKSPACE,
|
||||
Requirements.PRIVILEGED,
|
||||
|
|
Loading…
Reference in a new issue