Skip to content

Commit 6ecbf7a

Browse files
Uncomment atlas search tests
1 parent fd66cce commit 6ecbf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_tests/open_telemetry_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
base = "#{CURRENT_PATH}/spec_tests/data/open_telemetry"
1111
OTEL_UNIFIED_TESTS = Dir.glob("#{base}/**/*.yml").sort
1212
SKIPPED_OTEL_TESTS = [
13-
'bulk_write.yml', 'map_reduce.yml', 'atlas_search.yml'
13+
'bulk_write.yml', 'map_reduce.yml'
1414
]
1515

1616
TESTS_TO_RUN = OTEL_UNIFIED_TESTS.reject do |path|

0 commit comments

Comments
 (0)