Skip to content

Commit

Permalink
test: skip versions tests if ostree
Browse files Browse the repository at this point in the history
The test uninstalls/reinstalls different versions of postgresql
cannot do that on ostree

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Feb 8, 2024
1 parent d1df06b commit abf322d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/tests_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
vars:
__test_check_version: true

- name: Skip remaining tests if ostree - cannot uninstall/reinstall
meta: end_host
when: __postgresql_is_ostree | d(false)

- name: Save default postgresql_version
set_fact:
__default_version: "{{ postgresql_version }}"
Expand Down

0 comments on commit abf322d

Please sign in to comment.