Disable unstable test

- Issue MatterHackers/MCCentral#4723
Restore PinchTextMaintainsWrapping test after investigating/resolving
unexpected failures
This commit is contained in:
John Lewin 2018-12-18 13:40:51 -08:00
parent 5732fd6393
commit cdf7ac0403

View file

@ -71,7 +71,7 @@ namespace MatterHackers.PolygonMesh.UnitTests
Assert.AreEqual(3, root.Descendants().Count()); Assert.AreEqual(3, root.Descendants().Count());
} }
[Test] [Test, Ignore("Unstable test failing after unrelated changes")]
public void PinchTextMaintainsWrapping() public void PinchTextMaintainsWrapping()
{ {
AggContext.StaticData = new FileSystemStaticData(TestContext.CurrentContext.ResolveProjectPath(4, "StaticData")); AggContext.StaticData = new FileSystemStaticData(TestContext.CurrentContext.ResolveProjectPath(4, "StaticData"));