Skip to content

Commit

Permalink
make tests only run on xenial and noble
Browse files Browse the repository at this point in the history
  • Loading branch information
a-dubs committed Sep 2, 2024
1 parent 657d0a7 commit 66f33d2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions features/network_failures.feature
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ Feature: Ensure network errors are handled gracefully across various services

Examples: ubuntu release
| release | machine_type |
| focal | lxd-container |
| jammy | lxd-container |
| xenial | lxd-container |
| noble | lxd-container |

Scenario Outline: Network errors for enabling Realtime kernel are handled gracefully
Expand All @@ -86,8 +85,7 @@ Feature: Ensure network errors are handled gracefully across various services
# Realtime kernel is not supported on LXD containers so we must use a VM
Examples: ubuntu release
| release | machine_type |
| focal | lxd-vm |
| jammy | lxd-vm |
| xenial | lxd-vm |
| noble | lxd-vm |

Scenario Outline: Network errors for enabling Livepatch are handled gracefully
Expand All @@ -107,6 +105,5 @@ Feature: Ensure network errors are handled gracefully across various services

Examples: ubuntu release
| release | machine_type |
| focal | lxd-container |
| jammy | lxd-container |
| xenial | lxd-container |
| noble | lxd-container |

0 comments on commit 66f33d2

Please sign in to comment.