Skip to content

Commit 65056af

Browse files
committed
excluding otel tests in regular task
Signed-off-by: TJ Zhang <[email protected]>
1 parent 6aa0d99 commit 65056af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ example-test:
152152
| go-test-report -o reports/example-tests.html -t example-test > /dev/null)
153153

154154
# integration tests - run subtask with skipping modules tests
155-
integ-test: export TEST_FILTER = -skip TestGlideTestSuite/TestModule $(if $(test-filter), -testify.m $(test-filter))
155+
integ-test: export TEST_FILTER = -skip TestGlideTestSuite/TestModule -skip TestOpenTelemetryTestSuite $(if $(test-filter), -testify.m $(test-filter))
156156
integ-test: __it
157157

158158
# modules tests - run substask with default filter

0 commit comments

Comments
 (0)