You've already forked linux-packaging-mono
Imported Upstream version 6.8.0.80
Former-commit-id: 6c79e92bc868a64c146c9562ab817ef0ea9053a4
This commit is contained in:
parent
3d05ea281d
commit
665300eaa7
@ -0,0 +1,9 @@
|
||||
using Xunit;
|
||||
|
||||
namespace System.Net.Http.Functional.Tests
|
||||
{
|
||||
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "We don't support BrotliStream yet.")]
|
||||
public abstract class HttpClientHandler_Decompression_Test : HttpClientTestBase
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user