Skip to content

Commit

Permalink
Disable RatingControlTests.MaxRatingTest (#7669)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahone authored Aug 31, 2022
1 parent ab699e3 commit 9e63c93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/RatingControl/InteractionTests/RatingControlTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e63c93

Please sign in to comment.