Skip to content

Commit

Permalink
skip broken tests (see RUBY-3413)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Mar 5, 2024
1 parent 17e8049 commit c93243d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions spec/spec_tests/data/index_management/listSearchIndexes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ runOnRequirements:

tests:
- description: "when no name is provided, it does not populate the filter"
skipReason: https://jira.mongodb.org/browse/DRIVERS-2794
operations:
- name: listSearchIndexes
object: *collection0
Expand All @@ -41,10 +42,11 @@ tests:
- $listSearchIndexes: {}

- description: "when a name is provided, it is present in the filter"
skipReason: https://jira.mongodb.org/browse/DRIVERS-2794
operations:
- name: listSearchIndexes
object: *collection0
arguments:
arguments:
name: &indexName "test index"
expectError:
# This test always errors in a non-Atlas environment. The test functions as a unit test by asserting
Expand All @@ -63,12 +65,13 @@ tests:
$db: *database0

- description: aggregation cursor options are supported
skipReason: https://jira.mongodb.org/browse/DRIVERS-2794
operations:
- name: listSearchIndexes
object: *collection0
arguments:
arguments:
name: &indexName "test index"
aggregationOptions:
aggregationOptions:
batchSize: 10
expectError:
# This test always errors in a non-Atlas environment. The test functions as a unit test by asserting
Expand Down

0 comments on commit c93243d

Please sign in to comment.