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

Commit 2ebdb9ea authored by Jordan Demeulenaere's avatar Jordan Demeulenaere
Browse files

Unify STL and ComposeCore TEST_MAPPING config (1/3)

Bug: 431755776
Test: config change
Flag: TEST_ONLY
Change-Id: I46cc608e0347c0283e412bea15788dbcca6fd85b
parent 12ce9ef3
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"
        }
      ]
    }
  ]
}