Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions tests/lib/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ disable_refreshes() {

echo "Ensure jq is gone"
snap remove jq

echo "Disable refresh timer"
systemctl stop snapd.refresh.timer
}

setup_systemd_snapd_overrides() {
Expand Down
6 changes: 0 additions & 6 deletions tests/main/ubuntu-core-services/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ summary: Ensure all services on Core are active

systems: [ubuntu-core-*]

prepare: |
# the timer is disabled by default to not interfere with the
# tests and cleanups
systemctl start snapd.refresh.timer
execute: |
echo "Ensure one-shot services are working"
for oneshot in snapd.autoimport.service snapd.sshd-keygen.service; do
Expand All @@ -19,5 +15,3 @@ execute: |
for timer in snapd.snap-repair.timer; do
systemctl is-active $timer
done
restore: |
systemctl stop snapd.refresh.timer