Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d1e675b

Browse files
committedApr 1, 2024··
removing integration tests
1 parent 45a04f5 commit d1e675b

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed
 
+19-18
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
# Copyright The OpenTelemetry Authors
2-
# SPDX-License-Identifier: Apache-2.0
3-
name: Integration Tests
1+
# # Copyright The OpenTelemetry Authors
2+
# # SPDX-License-Identifier: Apache-2.0
3+
# @lukekraus - commented this out for now due to failures reading from the registry. Need to rethink how to run these in CI
4+
# name: Integration Tests
45

5-
on:
6-
pull_request_review:
7-
types:
8-
- submitted
6+
# on:
7+
# pull_request_review:
8+
# types:
9+
# - submitted
910

10-
jobs:
11-
run_tests:
12-
runs-on: ubuntu-latest
13-
name: "Run CI"
14-
if: github.event.review.state == 'APPROVED'
15-
steps:
16-
- name: check out code
17-
uses: actions/checkout@v4
18-
- name: run tracetesting
19-
run: |
20-
make build && make run-tracetesting
11+
# jobs:
12+
# run_tests:
13+
# runs-on: ubuntu-latest
14+
# name: "Run CI"
15+
# if: github.event.review.state == 'APPROVED'
16+
# steps:
17+
# - name: check out code
18+
# uses: actions/checkout@v4
19+
# - name: run tracetesting
20+
# run: |
21+
# make build && make run-tracetesting

0 commit comments

Comments
 (0)
Please sign in to comment.