Skip to content

Commit 8ee62cb

Browse files
committed
fix: Remove Sanity mark, remove debug log
Signed-off-by: lugi0 <lgiorgi@redhat.com>
1 parent 1ef6483 commit 8ee62cb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/model_registry/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ def get_call_kwargs(self, case: Case) -> dict[str, Any]:
330330

331331
def after_call(self, response: Response, case: Case) -> None:
332332
LOGGER.info(f"{case.method} {case.path} -> {response.status_code}")
333-
# LOGGER.info("This is the after_call function")
334333

335334
return APIWorkflow
336335

tests/model_registry/test_rest_api_stateful.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88

99
@pytest.mark.fuzzer
10-
@pytest.mark.sanity
1110
@pytest.mark.parametrize(
1211
"model_registry_namespace, updated_dsc_component_state_scope_class",
1312
[
@@ -27,5 +26,5 @@
2726
)
2827
@pytest.mark.usefixtures("model_registry_namespace", "updated_dsc_component_state_scope_class")
2928
class TestRestAPIStateful:
30-
def test_mr_api(self, state_machine):
29+
def test_mr_api_stateful(self, state_machine):
3130
state_machine.run()

0 commit comments

Comments
 (0)