Skip to content

Commit 0a30112

Browse files
committed
ci: don't test against juju 3.6 yet
1 parent e05e60e commit 0a30112

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,12 @@ jobs:
104104
- "3.3/stable"
105105
- "3.4/stable"
106106
- "3.5/stable"
107-
- "3.6/beta"
107+
# A bunch of tests fail with juju.errors.JujuError: base: ubuntu@15.04/stable
108+
# * test_subordinate_units
109+
# * test_destroy_unit
110+
# * test_ssh
111+
# * ...
112+
# - "3.6/beta"
108113
steps:
109114
- name: Check out code
110115
uses: actions/checkout@v4

0 commit comments

Comments
 (0)