From 0b181ae22c4bbf071df3c6db09b9e4e0dec0ee86 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Sat, 1 Jun 2019 18:09:33 +0200 Subject: [PATCH] - .NET: added missing ignore paramter for test case --- dotnet/tests/Test.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/tests/Test.cs b/dotnet/tests/Test.cs index fe0dbe37..a835d92b 100644 --- a/dotnet/tests/Test.cs +++ b/dotnet/tests/Test.cs @@ -432,7 +432,7 @@ namespace tests } [Test()] - [Ignore()] + [Ignore("has to be fixed")] public void ControlHandler() { IedModel iedModel = ConfigFileParser.CreateModelFromConfigFile ("../../model.cfg");