tast-tests: disable routine tests

Disable routines tests since all routines migrated to cros_healthd
and wilco_dtc_supportd has a connection to cros_healthd through
Chrome. But to enable the connection between Chrome and
wilco_dtc_supportd, the DeviceWilcoDtcAllowed device policy is
required and is not set in this test.

BUG=b:149004324
TEST=run wilco tast tests on the device

Change-Id: I43c8ec9a359a9345d661c1e9e9810884648253cc
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/2041473
Commit-Queue: Oleh Lamzin <lamzin@google.com>
Tested-by: Oleh Lamzin <lamzin@google.com>
Reviewed-by: Victor-Gabriel Savu <vsavu@google.com>
Reviewed-by: Katherine Threlkeld <kathrelkeld@chromium.org>
diff --git a/src/chromiumos/tast/local/bundles/cros/wilco/api_get_available_routines.go b/src/chromiumos/tast/local/bundles/cros/wilco/api_get_available_routines.go
index 972f7f6..481f4ca89 100644
--- a/src/chromiumos/tast/local/bundles/cros/wilco/api_get_available_routines.go
+++ b/src/chromiumos/tast/local/bundles/cros/wilco/api_get_available_routines.go
@@ -23,7 +23,10 @@
 			"lamzin@chromium.org", // wilco_dtc_supportd maintainer
 			"chromeos-wilco@google.com",
 		},
-		Attr:         []string{"group:mainline", "informational"},
+		// Disabled due to migration routines to cros_healthd. To be able to run
+		// routines device policy DeviceWilcoDtcAllowed must be turned on.
+		// TODO(b/149087547): rewrite and enable back.
+		Attr:         []string{"group:mainline", "disabled"},
 		SoftwareDeps: []string{"vm_host", "wilco"},
 		Pre:          pre.WilcoDtcSupportdAPI,
 	})
diff --git a/src/chromiumos/tast/local/bundles/cros/wilco/api_routine.go b/src/chromiumos/tast/local/bundles/cros/wilco/api_routine.go
index 873f807..fb7c45f 100644
--- a/src/chromiumos/tast/local/bundles/cros/wilco/api_routine.go
+++ b/src/chromiumos/tast/local/bundles/cros/wilco/api_routine.go
@@ -25,7 +25,10 @@
 			"lamzin@chromium.org", // wilco_dtc_supportd maintainer
 			"chromeos-wilco@google.com",
 		},
-		Attr:         []string{"group:mainline", "informational"},
+		// Disabled due to migration routines to cros_healthd. To be able to run
+		// routines device policy DeviceWilcoDtcAllowed must be turned on.
+		// TODO(b/149087547): rewrite and enable back.
+		Attr:         []string{"group:mainline", "disabled"},
 		SoftwareDeps: []string{"vm_host", "wilco"},
 		Pre:          pre.WilcoDtcSupportdAPI,
 	})
diff --git a/src/chromiumos/tast/local/bundles/cros/wilco/api_routine_cancellation.go b/src/chromiumos/tast/local/bundles/cros/wilco/api_routine_cancellation.go
index 89a3bd4..889704b 100644
--- a/src/chromiumos/tast/local/bundles/cros/wilco/api_routine_cancellation.go
+++ b/src/chromiumos/tast/local/bundles/cros/wilco/api_routine_cancellation.go
@@ -25,7 +25,10 @@
 			"lamzin@chromium.org", // wilco_dtc_supportd maintainer
 			"chromeos-wilco@google.com",
 		},
-		Attr:         []string{"group:mainline", "informational"},
+		// Disabled due to migration routines to cros_healthd. To be able to run
+		// routines device policy DeviceWilcoDtcAllowed must be turned on.
+		// TODO(b/149087547): rewrite and enable back.
+		Attr:         []string{"group:mainline", "disabled"},
 		SoftwareDeps: []string{"vm_host", "wilco"},
 		Pre:          pre.WilcoDtcSupportdAPI,
 	})