From 9e63c934fffe38ffe5bebee466063126f0783f3d Mon Sep 17 00:00:00 2001 From: Keith Mahoney <41657372+kmahone@users.noreply.github.com> Date: Tue, 30 Aug 2022 17:03:35 -0700 Subject: [PATCH] Disable RatingControlTests.MaxRatingTest (#7669) --- dev/RatingControl/InteractionTests/RatingControlTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/RatingControl/InteractionTests/RatingControlTests.cs b/dev/RatingControl/InteractionTests/RatingControlTests.cs index 7084a0b1be..e6eb0099ce 100644 --- a/dev/RatingControl/InteractionTests/RatingControlTests.cs +++ b/dev/RatingControl/InteractionTests/RatingControlTests.cs @@ -126,6 +126,7 @@ public void BasicInteractionTest() } [TestMethod] + [TestProperty("Ignore", "True")] // RatingControlTests.MaxRatingTest is unreliable #7668 public void MaxRatingTest() { using (var setup = new TestSetupHelper("RatingControl Tests")) // This clicks the button corresponding to the test page, and navs there