Skip to content

Commit

Permalink
Disable idempotence test again.
Browse files Browse the repository at this point in the history
Failing because of:
```
CRITICAL Idempotence test failed because of the following tasks:
*  => ansible-role-airflow : CONFIG | Manage database creation or upgrade
*  => ansible-role-airflow : CONFIG | VARIABLES | Import variables from file
WARNING  An error occurred during the test sequence action: 'idempotence'. Clea
```
  • Loading branch information
dkinzer committed May 30, 2024
1 parent 60e0388 commit d492f72
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
name: Install
command: pipenv install --dev
- run: sudo apt update; sudo apt install rsync
- run: pipenv run molecule destroy
- run:
name: Molecule
command: pipenv run molecule test
Expand Down
13 changes: 13 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
---
scenario:
name: default
test_sequence:
- cleanup
- destroy
- dependency
- syntax
- create
- prepare
- converge
# - idempotence
- side_effect
- verify
- cleanup
- destroy
dependency:
name: galaxy
role-file: requirements.yml
Expand Down

0 comments on commit d492f72

Please sign in to comment.