We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780c28e commit 652afb1Copy full SHA for 652afb1
utils/_context/_scenarios/__init__.py
@@ -1150,9 +1150,6 @@ class _Scenarios:
1150
1151
otel_collector = OtelCollectorScenario("OTEL_COLLECTOR")
1152
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
- )
1156
1157
integration_frameworks = IntegrationFrameworksScenario(
1158
"INTEGRATION_FRAMEWORKS", doc="Tests for third-party integration frameworks"
0 commit comments