We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05e60e commit 0a30112Copy full SHA for 0a30112
1 file changed
.github/workflows/test.yaml
@@ -104,7 +104,12 @@ jobs:
104
- "3.3/stable"
105
- "3.4/stable"
106
- "3.5/stable"
107
- - "3.6/beta"
+ # 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"
113
steps:
114
- name: Check out code
115
uses: actions/checkout@v4
0 commit comments