Skip to content

Commit 652afb1

Browse files
committed
remove mysql scenario
1 parent 780c28e commit 652afb1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/_context/_scenarios/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,9 +1150,6 @@ class _Scenarios:
11501150

11511151
otel_collector = OtelCollectorScenario("OTEL_COLLECTOR")
11521152
otel_collector_e2e = OtelCollectorScenario("OTEL_COLLECTOR_E2E", mocked_backend=False)
1153-
otel_mysql_metrics_e2e = OtelCollectorScenario(
1154-
"OTEL_MYSQL_METRICS_E2E", database_type="mysql", mocked_backend=False
1155-
)
11561153

11571154
integration_frameworks = IntegrationFrameworksScenario(
11581155
"INTEGRATION_FRAMEWORKS", doc="Tests for third-party integration frameworks"

0 commit comments

Comments
 (0)