File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,10 @@ then
120
120
setup_addons_tests " $NAME " " $DISTRO " " $PROXY " " $TO_CHANNEL "
121
121
run_smoke_test " $NAME "
122
122
run_core_addons_tests " $NAME "
123
- run_community_addons_tests " $NAME "
123
+ DISABLE_COMMUNITY_TESTS=" ${DISABLE_COMMUNITY_TESTS:- 0} "
124
+ if [ " x${DISABLE_COMMUNITY_TESTS} " != " x1" ]; then
125
+ run_community_addons_tests " $NAME "
126
+ fi
124
127
run_eksd_addons_tests
125
128
run_gpu_addon_test
126
129
run_microceph_addon_test
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def test_refresh_path(self):
27
27
Deploy an old snap and try to refresh until the current one.
28
28
29
29
"""
30
- start_channel = 19
30
+ start_channel = 24
31
31
if is_strict ():
32
32
start_channel = 25
33
33
last_stable_minor = None
You can’t perform that action at this time.
0 commit comments