Skip to content

Commit 33bf594

Browse files
authored
Merge branch 'main' into issue_852
2 parents b21af73 + dd72d94 commit 33bf594

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/component_owners.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
components:
22

3+
instrumentation/opentelemetry-instrumentation-kafka-python:
4+
- nozik
5+
36
instrumentation/opentelemetry-instrumentation-pika:
47
- oxeye-nikolay
58
- nikosokolik

instrumentation/opentelemetry-instrumentation-botocore/tests/test_botocore_lambda.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def _create_lambda_function(self, function_name: str, function_code: str):
126126
Publish=True,
127127
)
128128

129+
@mark.skip(reason="Docker error, unblocking builds for now.")
129130
@mark.skipif(
130131
sys.platform == "win32",
131132
reason="requires docker and Github CI Windows does not have docker installed by default",
@@ -152,7 +153,7 @@ def test_invoke(self):
152153
span = self.assert_invoke_span(function_name)
153154
span_context = span.get_span_context()
154155

155-
# assert injected span
156+
# # assert injected span
156157
headers = json.loads(response["Payload"].read().decode("utf-8"))
157158
self.assertEqual(
158159
str(span_context.trace_id),

0 commit comments

Comments
 (0)