Skip to content

Commit

Permalink
refactor: Skip sensitive test in products_repository_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsonferovante committed Jul 30, 2024
1 parent 1a947b3 commit 8e5728c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ def test_select_products():
assert products == []

connection.close()


@pytest.mark.skip(reason="Sensive test")
def test_select_products_by_ids():
db_connection_handler = DBConnectionHandler()
connection = db_connection_handler.get_engine().connect()
Expand Down

0 comments on commit 8e5728c

Please sign in to comment.