linux-packaging-mono/mcs/class/System.Net.Http/FunctionalTests/HttpClientHandlerTest.Decompression.cs

10 lines
241 B
C#
Raw Normal View History

using Xunit;
namespace System.Net.Http.Functional.Tests
{
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "We don't support BrotliStream yet.")]
public abstract class HttpClientHandler_Decompression_Test : HttpClientTestBase
{
}
}