Skip to content

Commit 47361a0

Browse files
fix: add TestE2E_SDKInjection to workflow skip pattern
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8c8d4f6 commit 47361a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/otel-integration-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
cd ./otel-integration/k8s-helm/e2e-test/
6060
go clean -testcache
61-
go test -v -run='^TestE2E.*' -skip='^(TestE2E_TargetAllocator_ServiceMonitorMetrics|TestE2E_InstrumentationWebhookNoCRDs)$' $(go list ./... | rg -v '/supervisor$')
61+
go test -v -run='^TestE2E.*' -skip='^(TestE2E_TargetAllocator_ServiceMonitorMetrics|TestE2E_InstrumentationWebhookNoCRDs|TestE2E_SDKInjection)$' $(go list ./... | rg -v '/supervisor$')
6262
- name: Pods logs
6363
if: failure()
6464
run: |

0 commit comments

Comments
 (0)