From c939a1f91c27e25d354445f9f729a0ed8a5d9087 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Mon, 25 Sep 2017 09:36:13 +0200 Subject: [PATCH] Remove test for path that is not yet created at the start of the test run. --- .../TestUtilities/Tests/TestEnvironmentTests.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/ImageSharp.Tests/TestUtilities/Tests/TestEnvironmentTests.cs b/tests/ImageSharp.Tests/TestUtilities/Tests/TestEnvironmentTests.cs index 658fa862df..25584727a6 100644 --- a/tests/ImageSharp.Tests/TestUtilities/Tests/TestEnvironmentTests.cs +++ b/tests/ImageSharp.Tests/TestUtilities/Tests/TestEnvironmentTests.cs @@ -44,12 +44,6 @@ namespace SixLabors.ImageSharp.Tests this.CheckPath(TestEnvironment.InputImagesDirectoryFullPath); } - [Fact] - public void ActualOutputDirectoryFullPath() - { - this.CheckPath(TestEnvironment.ActualOutputDirectoryFullPath); - } - [Fact] public void ExpectedOutputDirectoryFullPath() {