Skip to content

Commit

Permalink
make tortoise machine specific
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 2, 2018
1 parent 15c28d4 commit e339e89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ApprovalTests.Tests/Reporters/TortoiseImageDiffTest.cs
Expand Up @@ -9,6 +9,10 @@ public class TortoiseImageDiffTest
[Test]
public void TestIsImage()
{
if (!TortoiseTextDiffReporter.INSTANCE.IsWorkingInThisEnvironment("a.txt"))
{
return;
}
var files = new[]
{
"image.png", "image.gif", "image.jpg", "image.jpeg", "image.tif", "image.tiff",
Expand Down

0 comments on commit e339e89

Please sign in to comment.