Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2153f5c8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Unify STL and ComposeCore TEST_MAPPING config (1/3)" into main

parents d6fad196 2ebdb9ea
Loading
Loading
Loading
Loading
+29 −3
Original line number Diff line number Diff line
@@ -2,13 +2,39 @@
  "presubmit": [
    {
      "name": "PlatformComposeSceneTransitionLayoutTests",
      "keywords": ["internal"]
      "keywords": ["internal"],
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "PlatformComposeCoreTests"
      "name": "PlatformComposeCoreTests",
      "keywords": ["internal"],
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
      "name": "SystemUIComposeGalleryTests"
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "SystemUIComposeGalleryTests",
      "keywords": ["internal"],
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}