Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/MacPlatform.Tests/MacPlatformTest.cs')
-rw-r--r--main/tests/MacPlatform.Tests/MacPlatformTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/MacPlatform.Tests/MacPlatformTest.cs b/main/tests/MacPlatform.Tests/MacPlatformTest.cs
index dd5bfc90e2..c44b385076 100644
--- a/main/tests/MacPlatform.Tests/MacPlatformTest.cs
+++ b/main/tests/MacPlatform.Tests/MacPlatformTest.cs
@@ -94,6 +94,7 @@ namespace MacPlatform.Tests
}
[Test]
+ [Ignore("https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1008370")]
public void MacHasProperMonitor ()
{
Assert.That (IdeServices.DesktopService.MemoryMonitor, Is.TypeOf<MacPlatformService.MacMemoryMonitor> ());