tast-test: disable platform.MLServiceBootstrap and power.SmartDim

They are affecting trodgor CQ. See the bug for more information.

BUG=b:204399416
TEST=build ok

Change-Id: I1e5b075c82edd5a3cf193b2a6996e4ceaa614aff
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/3250077
Reviewed-by: Leo Lai <cylai@google.com>
Reviewed-by: Alexander Hartl <alexanderhartl@google.com>
Owners-Override: Leo Lai <cylai@google.com>
Commit-Queue: Leo Lai <cylai@google.com>
Tested-by: Leo Lai <cylai@google.com>
diff --git a/src/chromiumos/tast/local/bundles/cros/platform/ml_service_bootstrap.go b/src/chromiumos/tast/local/bundles/cros/platform/ml_service_bootstrap.go
index 4ee1384..0f7104a 100644
--- a/src/chromiumos/tast/local/bundles/cros/platform/ml_service_bootstrap.go
+++ b/src/chromiumos/tast/local/bundles/cros/platform/ml_service_bootstrap.go
@@ -16,10 +16,11 @@
 
 func init() {
 	testing.AddTest(&testing.Test{
-		Func:         MLServiceBootstrap,
-		Desc:         "Checks that Chrome can establish a Mojo connection to ML Service",
-		Contacts:     []string{"amoylan@chromium.org"},
-		Attr:         []string{"group:mainline"},
+		Func:     MLServiceBootstrap,
+		Desc:     "Checks that Chrome can establish a Mojo connection to ML Service",
+		Contacts: []string{"amoylan@chromium.org"},
+		// TODO(b/204399416): Re-enable it once the test is fixed.
+		// Attr:         []string{"group:mainline"},
 		SoftwareDeps: []string{"chrome", "ml_service"},
 		Pre:          chrome.LoggedIn(),
 	})
diff --git a/src/chromiumos/tast/local/bundles/cros/power/smart_dim.go b/src/chromiumos/tast/local/bundles/cros/power/smart_dim.go
index 4f51d9a..0ebba43 100644
--- a/src/chromiumos/tast/local/bundles/cros/power/smart_dim.go
+++ b/src/chromiumos/tast/local/bundles/cros/power/smart_dim.go
@@ -18,10 +18,11 @@
 
 func init() {
 	testing.AddTest(&testing.Test{
-		Func:         SmartDim,
-		Desc:         "Check the SmartDim can make decision with ML Service",
-		Contacts:     []string{"alanlxl@chromium.org"},
-		Attr:         []string{"group:mainline"},
+		Func:     SmartDim,
+		Desc:     "Check the SmartDim can make decision with ML Service",
+		Contacts: []string{"alanlxl@chromium.org"},
+		// TODO(b/204399416): Re-enable it once the test is fixed.
+		// Attr:         []string{"group:mainline"},
 		SoftwareDeps: []string{"chrome", "ml_service", "smartdim"},
 		Params: []testing.Param{{
 			Val:     lacros.ChromeTypeChromeOS,