- .NET: added missing ignore paramter for test case

pull/162/head
Michael Zillgith 6 years ago
parent 7c1b913628
commit 9b7a2f086e

@ -425,7 +425,7 @@ namespace tests
}
[Test()]
[Ignore()]
[Ignore("has to be fixed")]
public void ControlHandler()
{
IedModel iedModel = ConfigFileParser.CreateModelFromConfigFile ("../../model.cfg");

Loading…
Cancel
Save