Skip to content

Commit dca3189

Browse files
committed
Remove DockerTestFramework container pre-warming
1 parent 2d7daaa commit dca3189

2 files changed

Lines changed: 1 addition & 60 deletions

File tree

tracer/test/Datadog.Trace.ClrProfiler.IntegrationTests/CustomTestFramework.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
namespace Datadog.Trace.ClrProfiler.IntegrationTests
1414
{
15-
public class CustomTestFramework : TestHelpers.AutoInstrumentation.DockerTestFramework
15+
public class CustomTestFramework : TestHelpers.CustomTestFramework
1616
{
1717
public CustomTestFramework(IMessageSink messageSink)
1818
: base(messageSink, typeof(Instrumentation))

tracer/test/Datadog.Trace.TestHelpers.AutoInstrumentation/DockerTestFramework.cs

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)