Skip to content

Commit 9e63c93

Browse files
authored
Disable RatingControlTests.MaxRatingTest (#7669)
1 parent ab699e3 commit 9e63c93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/RatingControl/InteractionTests/RatingControlTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ public void BasicInteractionTest()
126126
}
127127

128128
[TestMethod]
129+
[TestProperty("Ignore", "True")] // RatingControlTests.MaxRatingTest is unreliable #7668
129130
public void MaxRatingTest()
130131
{
131132
using (var setup = new TestSetupHelper("RatingControl Tests")) // This clicks the button corresponding to the test page, and navs there

0 commit comments

Comments
 (0)