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

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

Merge "Add FrameworksVibratorServicesTests to android/os test mapping" into main

parents 7a25f1bc 32827511
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -13,6 +13,19 @@
        {"exclude-annotation": "org.junit.Ignore"}
      ]
    },
    {
      "file_patterns": [
        "[^/]*(Vibrator|Vibration)[^/]*\\.java",
        "vibrator/.*"
      ],
      "name": "FrameworksVibratorServicesTests",
      "options": [
        {"exclude-annotation": "android.platform.test.annotations.LargeTest"},
        {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"},
        {"exclude-annotation": "org.junit.Ignore"}
      ]
    },
    {
      "file_patterns": ["Bugreport[^/]*\\.java"],
      "name": "BugreportManagerTestCases",