Skip to content

Commit 12871db

Browse files
kevinAlbsjyemin
authored andcommitted
remove failing test
1 parent fd7f23a commit 12871db

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

driver-core/src/test/resources/client-side-encryption/badQueries.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -117,34 +117,6 @@
117117
}
118118
],
119119
"tests": [
120-
{
121-
"description": "$expr unconditionally fails",
122-
"clientOptions": {
123-
"autoEncryptOpts": {
124-
"kmsProviders": {
125-
"aws": {}
126-
}
127-
}
128-
},
129-
"operations": [
130-
{
131-
"name": "find",
132-
"arguments": {
133-
"filter": {
134-
"$expr": {
135-
"$eq": [
136-
1,
137-
1
138-
]
139-
}
140-
}
141-
},
142-
"result": {
143-
"errorContains": "Unsupported match expression operator for encryption"
144-
}
145-
}
146-
]
147-
},
148120
{
149121
"description": "$text unconditionally fails",
150122
"clientOptions": {

0 commit comments

Comments
 (0)