Skip to content

Commit 4698e42

Browse files
committed
comment out spring boot 4 noagent for now
1 parent 0efd513 commit 4698e42

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/spring-boot-4-matrix.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,14 @@ jobs:
130130
--auto-init "false" \
131131
--build "true"
132132
133-
- name: Run sentry-samples-spring-boot-4-opentelemetry-noagent
134-
run: |
135-
python3 test/system-test-runner.py test \
136-
--module "sentry-samples-spring-boot-4-opentelemetry-noagent" \
137-
--agent false \
138-
--auto-init "true" \
139-
--build "true"
133+
# needs a fix in opentelemetry-spring-boot-starter
134+
# - name: Run sentry-samples-spring-boot-4-opentelemetry-noagent
135+
# run: |
136+
# python3 test/system-test-runner.py test \
137+
# --module "sentry-samples-spring-boot-4-opentelemetry-noagent" \
138+
# --agent false \
139+
# --auto-init "true" \
140+
# --build "true"
140141

141142
- name: Run sentry-samples-spring-7
142143
run: |

0 commit comments

Comments
 (0)