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

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

Merge "Disable SystemUIGoogleScreenshotTests on main" into main

parents 9b8cbfa2 6424db7d
Loading
Loading
Loading
Loading
+0 −30
Original line number Diff line number Diff line
@@ -52,20 +52,6 @@
        }
      ]
    },
    {
      "name": "SystemUIGoogleScreenshotTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    },
    {
      // TODO(b/251476085): Consider merging with SystemUIGoogleScreenshotTests (in U+)
      "name": "SystemUIGoogleBiometricsScreenshotTests",
@@ -145,21 +131,5 @@
        }
      ]
    }
  ],
  "postsubmit": [
   {
      "name": "SystemUIGoogleScreenshotTests",
      "options": [
        {
            "exclude-annotation": "org.junit.Ignore"
        },
        {
            "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
            "include-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    }
  ]
}