Browse Source

Undo TemporaryFailingTest

pull/557/head
Anton Firsov 8 years ago
committed by GitHub
parent
commit
d24889209f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      tests/ImageSharp.Tests/TestUtilities/Tests/TestEnvironmentTests.cs

6
tests/ImageSharp.Tests/TestUtilities/Tests/TestEnvironmentTests.cs

@ -110,11 +110,5 @@ namespace SixLabors.ImageSharp.Tests
IImageDecoder decoder = TestEnvironment.GetReferenceDecoder(fileName);
Assert.IsType(expectedDecoderType, decoder);
}
[Fact]
public void TemporaryFailingTest()
{
Assert.True(false);
}
}
}

Loading…
Cancel
Save