Skip to content

Commit 77ad3c3

Browse files
committed
fix: Remove sanity mark from stateless test, readd skip mark
Signed-off-by: lugi0 <lgiorgi@redhat.com>
1 parent 667cf8f commit 77ad3c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/model_registry/test_rest_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
schema = schemathesis.pytest.from_fixture("generated_schema")
88

99

10+
@pytest.mark.skip(reason="Only run manually for now")
1011
@pytest.mark.fuzzer
11-
@pytest.mark.sanity
1212
@schema.parametrize()
13-
def test_mr_api(case, current_client_token):
13+
def test_mr_api_stateless(case, current_client_token):
1414
case.headers["Authorization"] = f"Bearer {current_client_token}"
1515
case.headers["Content-Type"] = "application/json"
1616
case.call_and_validate(verify=False)

0 commit comments

Comments
 (0)