Skip to content

Commit

Permalink
tests(e2e): skip tests on Oracular until images are available (#1001)
Browse files Browse the repository at this point in the history
Currently e2e tests [are
failing](https://github.com/ubuntu/adsys/actions/runs/9155417330/job/25175939564)
on Oracular because there's no Docker image for it yet so we cannot
build the adsys deb. On top of this, we don't have an Azure VM template
for it either.

We should revisit this in a month or two as the new version stabilizes.
  • Loading branch information
GabrielNagy authored May 21, 2024
2 parents e6ca85d + f52e396 commit fc05441
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
continue
fi
# TODO remove this once we have Docker & Azure images for Oracular
if [ "${r}" = "oracular" ]; then
continue
fi
if [ -n "${releases}" ]; then
releases="${releases}, "
fi
Expand Down

0 comments on commit fc05441

Please sign in to comment.