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

Commit 528d77db authored by David Liu's avatar David Liu
Browse files

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

This reverts commit 1e7fc87f.

Reason for revert: roll forward of ag/33078899

Change-Id: I5401bbbf800ee26101113089d36064a4bde614be
parent 1e7fc87f
Loading
Loading
Loading
Loading
+17 −0
Original line number Original line Diff line number Diff line
@@ -9,5 +9,22 @@
    {
    {
      "name": "SettingsSpaUnitTests"
      "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"
        }
      ]
    }
  ]
  ]
}
}