Skip to content

Commit d5fc5f2

Browse files
committed
tests: reverting changes on conftest.py
Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
1 parent e79f9ac commit d5fc5f2

2 files changed

Lines changed: 9 additions & 18 deletions

File tree

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -376,11 +376,11 @@ workflows:
376376
- python311
377377
- python312
378378
- python313
379-
# - py39cassandra
380-
# - py39couchbase
379+
- py39cassandra
380+
- py39couchbase
381381
# - py39gevent_starlette
382-
# - py311googlecloud
383-
# - py312googlecloud
382+
- py311googlecloud
383+
- py312googlecloud
384384
- py312aws
385385
- final_job:
386386
requires:
@@ -390,9 +390,9 @@ workflows:
390390
- python311
391391
- python312
392392
- python313
393-
# - py39cassandra
394-
# - py39couchbase
393+
- py39cassandra
394+
- py39couchbase
395395
# - py39gevent_starlette
396-
# - py311googlecloud
397-
# - py312googlecloud
396+
- py311googlecloud
397+
- py312googlecloud
398398
- py312aws

tests/conftest.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,10 @@
2222
from instana.span_context import SpanContext
2323
from instana.tracer import InstanaTracerProvider
2424

25-
# Ignoring tests during OpenTelemetry migration.
2625
collect_ignore_glob = [
27-
"*w3c_trace_context*",
26+
"*test_gevent*"
2827
]
2928

30-
# TODO: remove the following entries as the migration of the instrumentation
31-
# codes are finalised.
32-
collect_ignore_glob.append("*frameworks/test_gevent*")
33-
34-
collect_ignore_glob.append("*platforms/test_gcr*")
35-
collect_ignore_glob.append("*platforms/test_google*")
36-
collect_ignore_glob.append("*platforms/test_host*")
37-
3829
# # Cassandra and gevent tests are run in dedicated jobs on CircleCI and will
3930
# # be run explicitly. (So always exclude them here)
4031
if not os.environ.get("CASSANDRA_TEST"):

0 commit comments

Comments
 (0)