[GH] Fix activity playground

Disabling test app which depends on ToT macrobenchmark due to testutils for now.

Bug: 318536542
Test: cd playground-projects/activity-playground && ./gradlew bOS
Change-Id: If94fc7adf71286cc3930a3217f2805c923665cf8

This is an imported pull request from https://github.com/androidx/androidx/pull/676.

Resolves #676
Github-Pr-Head-Sha: 20938019ac9a2489b76bf7cee246c12c3eed5356
GitOrigin-RevId: 4d391322efd903971b49ea88f08aaaa547dd394f
Change-Id: If71dcddb012124b8bd0071614a7604447b3701d3
diff --git a/playground-projects/activity-playground/settings.gradle b/playground-projects/activity-playground/settings.gradle
index ba8f715..4019de7 100644
--- a/playground-projects/activity-playground/settings.gradle
+++ b/playground-projects/activity-playground/settings.gradle
@@ -27,6 +27,7 @@
 playground {
     setupPlayground("../..")
     selectProjectsFromAndroidX({ name ->
+        if (name == ":activity:integration-tests:macrobenchmark") return false
         if (name.startsWith(":activity")) return true
         return false
     })