Skip to content

Commit

Permalink
tests(e2e): enable e2e tests on Noble (#973)
Browse files Browse the repository at this point in the history
Now that we have functional VM image templates for Noble we can stop
excluding it from test runs.

Passing run on fork:
https://github.com/GabrielNagy/adsys/actions/runs/8832525087

Fixes UDENG-2528
  • Loading branch information
GabrielNagy authored Apr 25, 2024
2 parents 45d2dd4 + c1fb924 commit d79f127
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:
continue
fi
# FIXME: Noble images are currently broken, so avoid testing them for now
if [ "${r}" = "noble" ]; then
continue
fi
if [ -n "${releases}" ]; then
releases="${releases}, "
fi
Expand Down

0 comments on commit d79f127

Please sign in to comment.