We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667cf8f commit 77ad3c3Copy full SHA for 77ad3c3
tests/model_registry/test_rest_api.py
@@ -7,10 +7,10 @@
7
schema = schemathesis.pytest.from_fixture("generated_schema")
8
9
10
+@pytest.mark.skip(reason="Only run manually for now")
11
@pytest.mark.fuzzer
-@pytest.mark.sanity
12
@schema.parametrize()
13
-def test_mr_api(case, current_client_token):
+def test_mr_api_stateless(case, current_client_token):
14
case.headers["Authorization"] = f"Bearer {current_client_token}"
15
case.headers["Content-Type"] = "application/json"
16
case.call_and_validate(verify=False)
0 commit comments