Skip to content

Commit ceeb457

Browse files
Update TestImageExtensions.cs
1 parent 0f14014 commit ceeb457

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/ImageSharp.Drawing.Tests/TestUtilities/TestImageExtensions.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static Image DebugSave(
6262
{
6363
if (TestEnvironment.RunsOnCI)
6464
{
65-
// return image;
65+
return image;
6666
}
6767

6868
// We are running locally then we want to save it out
@@ -101,7 +101,7 @@ public static void DebugSave(
101101
{
102102
if (TestEnvironment.RunsOnCI)
103103
{
104-
// return;
104+
return;
105105
}
106106

107107
// We are running locally then we want to save it out
@@ -122,7 +122,7 @@ public static Image<TPixel> DebugSaveMultiFrame<TPixel>(
122122
{
123123
if (TestEnvironment.RunsOnCI)
124124
{
125-
// return image;
125+
return image;
126126
}
127127

128128
// We are running locally then we want to save it out

0 commit comments

Comments
 (0)