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:
authortherzok <marius.ungureanu@xamarin.com>2019-10-31 19:35:04 +0300
committertherzok <marius.ungureanu@xamarin.com>2019-10-31 19:36:00 +0300
commitc265e82ae202745715d5ce6cffd34e97db76a0fa (patch)
tree34e9102b28e36050ae3bc42c8bd1efc0da2d381d
parent6ce0addb2320bffa68ae181381115615ec5fd127 (diff)
Disable macmemorymonitor test
-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> ());