Skip to content

Commit fd507c0

Browse files
kmahoneKeith Mahoney
and
Keith Mahoney
authored
disable TeachingTipTests.TipFollowsTargetOnWindowResize (#2220)
Co-authored-by: Keith Mahoney <[email protected]>
1 parent 1caa9ab commit fd507c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/TeachingTip/InteractionTests/TeachingTipTests.cs

+1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ public void TipCanFollowTarget()
240240
}
241241

242242
[TestMethod]
243+
[TestProperty("Ignore", "True")] // #2219 Unreliable test: TeachingTipTests.TipFollowsTargetOnWindowResize
243244
public void TipFollowsTargetOnWindowResize()
244245
{
245246
if (!PlatformConfiguration.IsOsVersionGreaterThanOrEqual(OSVersion.Redstone3))

0 commit comments

Comments
 (0)