Skip to content

Commit

Permalink
Comment out failing data charms
Browse files Browse the repository at this point in the history
See #987
  • Loading branch information
benhoyt committed Aug 16, 2023
1 parent a61b3fd commit 6fd66cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/db-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
charm-repo:
- "canonical/postgresql-operator"
- "canonical/postgresql-k8s-operator"
- "canonical/mysql-operator"
- "canonical/mysql-k8s-operator"
# TODO: uncomment once we've fixed https://github.com/canonical/operator/issues/987
# - "canonical/mysql-operator"
# - "canonical/mysql-k8s-operator"

steps:
- name: Checkout the ${{ matrix.charm-repo }} repository
Expand Down

0 comments on commit 6fd66cc

Please sign in to comment.