665300eaa7
Former-commit-id: 6c79e92bc868a64c146c9562ab817ef0ea9053a4
10 lines
241 B
C#
10 lines
241 B
C#
using Xunit;
|
|
|
|
namespace System.Net.Http.Functional.Tests
|
|
{
|
|
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "We don't support BrotliStream yet.")]
|
|
public abstract class HttpClientHandler_Decompression_Test : HttpClientTestBase
|
|
{
|
|
}
|
|
}
|