diff --git a/dotnet/tests/Test.cs b/dotnet/tests/Test.cs index b3045631..546415fe 100644 --- a/dotnet/tests/Test.cs +++ b/dotnet/tests/Test.cs @@ -425,7 +425,7 @@ namespace tests } [Test()] - [Ignore()] + [Ignore("has to be fixed")] public void ControlHandler() { IedModel iedModel = ConfigFileParser.CreateModelFromConfigFile ("../../model.cfg");