Move EventLog tests to not run on CI (#32501)
authorViktor Hofer <viktor.hofer@microsoft.com>
Tue, 18 Feb 2020 23:01:57 +0000 (00:01 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2020 23:01:57 +0000 (00:01 +0100)
commit48a222cbbbee6c39d622a9daee86f8f185263d5f
tree7a0f5055c11c35c80b336143581131c8e0c12bb0
parented12fa7e42489e748ac7d08cc4d0374404a91463
Move EventLog tests to not run on CI (#32501)

* Move EventLog tests to not run on CI

We are hitting Win32 API issues when calling specific EventLog features.
As the risk of changes in EventLog is low we decided to turn off some
tests in CI and run them manually before a release.
src/libraries/System.Diagnostics.EventLog/tests/EventLogEntryCollectionTests.cs
src/libraries/System.Diagnostics.EventLog/tests/EventLogTests/EventLogEntryWrittenTest.cs
src/libraries/System.Diagnostics.EventLog/tests/EventLogTests/EventLogSourceCreationTests.cs
src/libraries/System.Diagnostics.EventLog/tests/EventLogTests/EventLogTests.cs
src/libraries/System.Diagnostics.EventLog/tests/EventLogTests/EventLogWriteEntryTests.cs
src/libraries/System.Diagnostics.EventLog/tests/EventLogTraceListenerTests.cs
src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/EventLogRecordTests.cs
src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/EventLogWatcherTests.cs