From f0dd0588cab9af6e64870de51fe8a63d98e48030 Mon Sep 17 00:00:00 2001 From: Dennis Kempin Date: Tue, 5 Oct 2021 15:33:03 -0700 Subject: [PATCH] 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 Commit-Queue: Abhishek Bhardwaj Auto-Submit: Dennis Kempin Reviewed-by: Abhishek Bhardwaj --- run_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests b/run_tests index 423c93fb69..052cfd5e21 100755 --- a/run_tests +++ b/run_tests @@ -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,