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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorMarek Habersack <grendel@twistedcode.net>2010-04-13 01:43:08 +0400
committerMarek Habersack <grendel@twistedcode.net>2010-04-13 01:43:08 +0400
commit2cd378f8e30a461ef8ec9a672ccaf77bfe382abf (patch)
treeb1980c85f891467473c8be35b34f4ace2ba9ef13 /mcs
parent78849b6501e175091a9320c011c3c1c79d1c2a69 (diff)
Disable this test for the moment
svn path=/branches/mono-2-6/mcs/; revision=155267
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/System.Web/Test/System.Web.UI.Adapters/PageAdapterTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Web/Test/System.Web.UI.Adapters/PageAdapterTest.cs b/mcs/class/System.Web/Test/System.Web.UI.Adapters/PageAdapterTest.cs
index e77201c9f8d..60af3527640 100644
--- a/mcs/class/System.Web/Test/System.Web.UI.Adapters/PageAdapterTest.cs
+++ b/mcs/class/System.Web/Test/System.Web.UI.Adapters/PageAdapterTest.cs
@@ -162,6 +162,7 @@ namespace MonoTests.System.Web.UI.Adapters
[Test]
[Category ("NunitWeb")]
+ [Ignore ("Temporarily disabled")]
public void RenderPostBackEvent ()
{
WebTest t = new WebTest ("PageWithAdapter.aspx");