Skip to content

Commit

Permalink
excluded the test method
Browse files Browse the repository at this point in the history
The TestFeatureLearning method is excluded from the test runs, as it does not include any unit test currently. This code will be used as part of the entry point for the feature learning process.
  • Loading branch information
mkholghi authored Jul 11, 2018
1 parent bb987d2 commit 6ff412d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public class UnsupervisedFeatureLearningTest
/// This method will be used in IAnalyser
/// </summary>
[TestMethod]
[Ignore]
public void TestFeatureLearning()
{
// var outputDir = this.outputDirectory;
Expand Down

0 comments on commit 6ff412d

Please sign in to comment.