Skip to content

Commit

Permalink
Disable DB test in test_multiple_namespaces.py (#37)
Browse files Browse the repository at this point in the history
* Disable DB test in test_multiple_namespaces.py

* Fix formatting
  • Loading branch information
adolfo-ab authored Oct 30, 2024
1 parent a3b8817 commit 230530f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@

@pytest.mark.parametrize(
"trustyai_services_in_namespaces",
[pytest.param({"storage_type": "pvc"}, id="pvc"), pytest.param({"storage_type": "db"}, id="db")],
[
pytest.param({"storage_type": "pvc"}, id="pvc"),
],
indirect=True,
)
@pytest.mark.openshift
Expand Down

0 comments on commit 230530f

Please sign in to comment.