From 70b477b41fc7df148c7627886380a31053dbd5ae Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Wed, 27 Feb 2019 13:34:36 -0800 Subject: [PATCH] Disabling windows event log test till further investigation on frequent failures (#22889) --- .../src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.csproj b/tests/src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.csproj index 4bf6e23..293cd87 100644 --- a/tests/src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.csproj +++ b/tests/src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.csproj @@ -21,7 +21,7 @@ - true + true -- 2.7.4