Skip to content

Commit

Permalink
Specific test only in DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
picrap committed Sep 15, 2018
1 parent 05024cf commit 1212f04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ArxOne.FtpTest/SpecialTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public void BroadcastTest()
}
}

#if DEBUG
[TestProperty("Protocol", "FTP")]
[TestMethod]
public void SpecificBrownEduTest()
Expand All @@ -50,5 +51,6 @@ public void SpecificBrownEduTest()
var entries = ftpClient.MlsdEntries(""); //.Mlsd(new FtpPath("/"));
}
}
#endif
}
}

0 comments on commit 1212f04

Please sign in to comment.