Skip to content

Commit aafde9e

Browse files
committed
Removed tests because this does not appear to work on Linux and MacOS.
1 parent 60accc1 commit aafde9e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/Magick.NET.Tests/MagickNETTests/TheSetTempDirectoryMethod.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@ public void ShouldThrowExceptionWhenPathIsInvalid()
3838
MagickNET.SetTempDirectory("Invalid");
3939
});
4040
}
41-
42-
[Fact]
43-
public void ShouldNotThrowExceptionWhenPathIsCorrect()
44-
{
45-
var tempDir = Path.GetTempPath();
46-
MagickNET.SetTempDirectory(tempDir);
47-
48-
Assert.Equal(tempDir, System.Environment.GetEnvironmentVariable("MAGICK_TEMPORARY_PATH"));
49-
}
5041
}
5142
}
5243
}

0 commit comments

Comments
 (0)