Skip to content

Commit 67f9f7f

Browse files
committed
chore: skip test from d18813 on mongodb
1 parent 45b5526 commit 67f9f7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/authorization/deny.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Feature: Authorization checking
8787
And the JSON node "ownerOnlyProperty" should exist
8888
And the JSON node "ownerOnlyProperty" should not be null
8989

90+
@!mongodb
9091
Scenario: An admin can create a secured resource with properties depending on themselves
9192
When I add "Accept" header equal to "application/ld+json"
9293
And I add "Content-Type" header equal to "application/ld+json"
@@ -100,6 +101,7 @@ Feature: Authorization checking
100101
"""
101102
Then the response status code should be 201
102103

104+
@!mongodb
103105
Scenario: A user cannot patch a secured property if not granted
104106
When I add "Content-Type" header equal to "application/merge-patch+json"
105107
And I add "Authorization" header equal to "Basic YWRtaW46a2l0dGVu"

0 commit comments

Comments
 (0)