Skip to content

Commit

Permalink
re-enable k8sobjects receiver tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jinja2 committed Dec 18, 2023
1 parent 974fad7 commit d4872c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ jobs:
run: |
cd receiver/kubeletstatsreceiver
go test -v --tags=e2e
# - name: run receiver/k8sobjectsreceiver e2e tests
# run: |
# cd receiver/k8sobjectsreceiver
# go test -v --tags=e2e
- name: run receiver/k8sobjectsreceiver e2e tests
run: |
cd receiver/k8sobjectsreceiver
go test -v --tags=e2e
supervisor-test:
runs-on: ubuntu-latest
needs: collector-build
Expand Down

0 comments on commit d4872c4

Please sign in to comment.