Skip to content

Commit

Permalink
Merge pull request #599 from mpostol/SemanticData630
Browse files Browse the repository at this point in the history
Removed ADI and MAchineVision tests for sake of tests time execution …
  • Loading branch information
mpostol committed May 8, 2021
2 parents 4aceec2 + ceed6da commit aac288d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace UAOOI.SemanticData.UANodeSetValidation
[DeploymentItem(@"XMLModels\ProblemsToReport", @"ProblemsToReport\")]
public class XMLModelsProblemsToReportUnitTest
{
[TestMethod]
//[TestMethod]
public void ADITest()
{
FileInfo _testDataFileInfo = new FileInfo(@"ProblemsToReport\ADI#509\Opc.Ua.Adi.NodeSet2.xml");
Expand Down Expand Up @@ -165,7 +165,7 @@ public void HasOrderedComponentTest()
}
}

[TestMethod]
//[TestMethod]
public void MachineVisionTest()
{
FileInfo _testDataFileInfo = new FileInfo(@"ProblemsToReport\MachineVision\Opc.Ua.MachineVision.NodeSet2.xml");
Expand Down

0 comments on commit aac288d

Please sign in to comment.