We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab699e3 commit 9e63c93Copy full SHA for 9e63c93
dev/RatingControl/InteractionTests/RatingControlTests.cs
@@ -126,6 +126,7 @@ public void BasicInteractionTest()
126
}
127
128
[TestMethod]
129
+ [TestProperty("Ignore", "True")] // RatingControlTests.MaxRatingTest is unreliable #7668
130
public void MaxRatingTest()
131
{
132
using (var setup = new TestSetupHelper("RatingControl Tests")) // This clicks the button corresponding to the test page, and navs there
0 commit comments