We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e82ccf commit c52aeceCopy full SHA for c52aece
1 file changed
tests/OpenTelemetry/Integration/InteroperabilityTest.php
@@ -113,9 +113,6 @@ public function testActivateAnAlreadyActiveDatadogSpan()
113
/** @noinspection PhpParamsInspection */
114
public function testMixingOpenTelemetrylAndDatadogBasic()
115
{
116
- //$this->markTestSkipped("d");
117
- self::putEnvAndReloadConfig(["DD_TRACE_DEBUG=1"]);
118
-
119
$traces = $this->isolateTracer(function () {
120
$tracer = (new TracerProvider())->getTracer('test.tracer');
121
$span = $tracer->spanBuilder("test.span")->startSpan();
0 commit comments