fix issue that was causing duplicate test execution
authorGeoff Kizer <geoffrek>
Mon, 15 Jan 2018 21:10:46 +0000 (13:10 -0800)
committerGeoff Kizer <geoffrek>
Mon, 22 Jan 2018 20:26:16 +0000 (12:26 -0800)
Commit migrated from https://github.com/dotnet/corefx/commit/c512fae6eb54ffdbc6201e4a0b4491fa37a99e91

src/libraries/System.Net.Http/tests/FunctionalTests/HttpProtocolTests.cs

index 6df3d74..195c909 100644 (file)
@@ -10,7 +10,7 @@ using Xunit;
 
 namespace System.Net.Http.Functional.Tests
 {
-    public class HttpProtocolTests : HttpClientTest
+    public class HttpProtocolTests : HttpClientTestBase
     {
         protected virtual Stream GetStream(Stream s) => s;