We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa0d99 commit 65056afCopy full SHA for 65056af
go/Makefile
@@ -152,7 +152,7 @@ example-test:
152
| go-test-report -o reports/example-tests.html -t example-test > /dev/null)
153
154
# integration tests - run subtask with skipping modules tests
155
-integ-test: export TEST_FILTER = -skip TestGlideTestSuite/TestModule $(if $(test-filter), -testify.m $(test-filter))
+integ-test: export TEST_FILTER = -skip TestGlideTestSuite/TestModule -skip TestOpenTelemetryTestSuite $(if $(test-filter), -testify.m $(test-filter))
156
integ-test: __it
157
158
# modules tests - run substask with default filter
0 commit comments