Skip to content

Commit

Permalink
tests: bionic wsl doesn't have systemd
Browse files Browse the repository at this point in the history
These tests rely on a systemd service running, either ua-timer.service
or esm-cache.service, but they cannot run on bionic wsl without systemd.
  • Loading branch information
orndorffgrant committed Sep 27, 2024
1 parent 2075fcc commit 376f7f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion features/apt_messages.feature
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ Feature: APT Messages
| release | machine_type | version |
| xenial | lxd-container | 16 |
| bionic | lxd-container | 18 |
| bionic | wsl | 18 |

@uses.config.contract_token
Scenario Outline: APT Hook advertises esm-apps on upgrade
Expand Down
2 changes: 1 addition & 1 deletion features/timer.feature
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Feature: Timer for regular background jobs while attached
| release | machine_type |
| xenial | lxd-container |
| bionic | lxd-container |
| bionic | wsl |
| focal | lxd-container |
| focal | wsl |
| jammy | lxd-container |
| noble | lxd-container |
| oracular | lxd-container |
Expand Down

0 comments on commit 376f7f9

Please sign in to comment.