- .NET: added missing ignore paramter for test case

pull/179/head
Michael Zillgith 6 years ago
parent 01ea43e95f
commit 0b181ae22c

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

Loading…
Cancel
Save