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

Commit 73951c27 authored by Jordan Demeulenaere's avatar Jordan Demeulenaere
Browse files

Unify STL and ComposeCore TEST_MAPPING config (2/3)

Bug: 431755776
Test: config change
Flag: TEST_ONLY
Change-Id: I5a5436bee24b6bdc6190755b9e5c4b88da7064cb
parent af469e17
Loading
Loading
Loading
Loading
+20 −2
Original line number Diff line number Diff line
@@ -15,10 +15,28 @@
      ]
    },
    {
      "name": "PlatformComposeSceneTransitionLayoutTests"
      "name": "PlatformComposeSceneTransitionLayoutTests",
      "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"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ],
  "presubmit-large": [