You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by bo...@apache.org on 2016/09/17 14:59:04 UTC

svn commit: r1761252 - /logging/log4net/trunk/tests/src/Appender/EventLogAppenderTest.cs

Author: bodewig
Date: Sat Sep 17 14:59:04 2016
New Revision: 1761252

URL: http://svn.apache.org/viewvc?rev=1761252&view=rev
Log:
disable test that seems to require special environment conditions

Modified:
    logging/log4net/trunk/tests/src/Appender/EventLogAppenderTest.cs

Modified: logging/log4net/trunk/tests/src/Appender/EventLogAppenderTest.cs
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/Appender/EventLogAppenderTest.cs?rev=1761252&r1=1761251&r2=1761252&view=diff
==============================================================================
--- logging/log4net/trunk/tests/src/Appender/EventLogAppenderTest.cs (original)
+++ logging/log4net/trunk/tests/src/Appender/EventLogAppenderTest.cs Sat Sep 17 14:59:04 2016
@@ -79,7 +79,7 @@ namespace log4net.Tests.Appender
         /// ActivateOption tries to create an event source if it doesn't exist but this is going to fail on more modern Windows versions unless the code is run with local administrator privileges.
         /// </summary>
         [Test]
-        [Platform(Exclude = "Win2K,WinXP", Include="Win")]
+	[Ignore("seems to require administrator privileges or a specific environent when run")]
         public void ActivateOptionsDisablesAppenderIfSourceDoesntExist()
         {
             EventLogAppender eventAppender = new EventLogAppender();