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

Commit bc206fc9 authored by Lucas Henneman's avatar Lucas Henneman Committed by Gerrit Code Review
Browse files

Merge "TEST_MAPPING: remove the auto-features-postsubmit configuration" into main

parents 3e7af16c 65c4f21c
Loading
Loading
Loading
Loading
+0 −25
Original line number Original line Diff line number Diff line
@@ -234,30 +234,5 @@
       }
       }
     ]
     ]
   }
   }
 ],
 "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"
       }
     ]
   }
 ]
 ]
}
}