Disable DNS cas tests until I found a 'perfect' fix for CSC to compile System.dll
authorSebastien Pouliot <sebastien@ximian.com>
Mon, 17 Oct 2005 19:16:23 +0000 (19:16 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Mon, 17 Oct 2005 19:16:23 +0000 (19:16 -0000)
svn path=/trunk/mcs/; revision=51818

mcs/class/System/Test/System.Net/DnsCas.cs

index 5e910df54d963d63b464e3321d778152bca13a10..2dd8d435cb5d075c7ced7537f050e9b10cd3911a 100644 (file)
@@ -19,6 +19,7 @@ namespace MonoCasTests.System.Net {
 
        [TestFixture]
        [Category ("CAS")]
+       [Category ("NotWorking")] // compiler (CSC) issue (on Windows)
        public class DnsCas {
 
                private const string site = "www.go-mono.com";