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:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2014-01-20 10:35:52 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2014-01-20 10:35:52 +0400
commitcd501549a2caf60208cf101bcd8d543dd97ac427 (patch)
treee1eee38beb08448c7dd81d14f6bb872316b6cb86 /main/tests
parent76eee1d01e6806d0466576f2a56539ef05d8ca40 (diff)
[MSBuild] Disable broken test
It relied on being the first test to use the builder so that the env vars it set would propagate to the builder process.
Diffstat (limited to 'main/tests')
-rw-r--r--main/tests/UnitTests/MonoDevelop.Projects/MSBuildTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/UnitTests/MonoDevelop.Projects/MSBuildTests.cs b/main/tests/UnitTests/MonoDevelop.Projects/MSBuildTests.cs
index caaf080dbc..f0e5f0a0e7 100644
--- a/main/tests/UnitTests/MonoDevelop.Projects/MSBuildTests.cs
+++ b/main/tests/UnitTests/MonoDevelop.Projects/MSBuildTests.cs
@@ -350,6 +350,7 @@ namespace MonoDevelop.Projects
}
[Test]
+ [Ignore ("This test is broken because env var is only propagated to child if this is first test to use that builder")]
public void EvaluateProperties ()
{
string dir = Path.GetDirectoryName (typeof(Project).Assembly.Location);