Skip to content

Commit f966670

Browse files
Revert "fix: don't exclude grpc from all anymore"
This reverts commit 69387f9.
1 parent 7c83551 commit f966670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/all/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ group :test do
2020
.sort
2121
.each { |dir| gem "opentelemetry-helpers-#{dir}", path: "../../helpers/#{dir}" }
2222

23-
excluded_instrumentations = %w[. .. all]
23+
excluded_instrumentations = %w[. .. all grpc]
2424
Dir.entries('../')
2525
.select { |entry| File.directory?(File.join('../', entry)) }
2626
.reject { |entry| excluded_instrumentations.include?(entry) }

0 commit comments

Comments
 (0)