Skip to content

Commit 86ad182

Browse files
committed
Add 'disabled' flag to difficult-to-implement test
1 parent 4edfddb commit 86ad182

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec_tests.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@
192192
"patch": [
193193
{ "op": "add", "path": "/baz", "value": "qux", "op": "remove" }
194194
],
195-
"error": "operation has two 'op' members"
195+
"error": "operation has two 'op' members",
196+
"disabled": true
196197
},
197198

198199
{

0 commit comments

Comments
 (0)