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");