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

Commit f97c1324 authored by Filip Zakrzewski's avatar Filip Zakrzewski Committed by Android (Google) Code Review
Browse files

Merge "Add auto-features-postsubmit group to the TEST_MAPPING"

parents f1b0ee9a be265d02
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -198,5 +198,30 @@
       }
     ]
   }
 ],
 "auto-features-postsubmit": [
   // Test tag for automotive feature targets. These are only running in postsubmit.
   // This tag is used in targeted test features testing to limit resource use.
   // TODO(b/256932212): this tag to be removed once the above is no longer in use.
   {
     "name": "FrameworksMockingServicesTests",
     "options": [
       {
         "include-filter": "com.android.server.pm.UserVisibilityMediatorSUSDTest"
       },
       {
         "include-filter": "com.android.server.pm.UserVisibilityMediatorMUMDTest"
       },
       {
         "include-filter": "com.android.server.pm.UserVisibilityMediatorMUPANDTest"
       },
       {
         "exclude-annotation": "androidx.test.filters.FlakyTest"
       },
       {
         "exclude-annotation": "org.junit.Ignore"
       }
     ]
   }
 ]
}