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

Commit c3556e6a authored by David Liu's avatar David Liu Committed by Android (Google) Code Review
Browse files

Merge "Revert^2 "Add HealthFitness screen diff tests in SettingsLib presubmit"" into main

parents b51d1897 528d77db
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -9,5 +9,22 @@
    {
      "name": "SettingsSpaUnitTests"
    }
  ],
  // Scuba test for Health Fitness.
  "healthfitness-screenshot-tests": [
    {
      "name": "HealthFitnessScreenDiffTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    }
  ]
}