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

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

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

parents fceb886d 73951c27
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": [