Skip to content

Commit

Permalink
Mark faas client test unstable on v14
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorak committed Aug 30, 2023
1 parent ef0743e commit 64a310c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ if [ "$VERSION" -eq 20 ] ; then
UNSTABLE_TESTS+=(test_client_express test_client_cloudevents)
fi

# faas fails on v14
if [ "$VERSION" -eq 14 ] ; then
UNSTABLE_TESTS+=(test_client_faas)
fi

readonly EXPRESS_REVISION="${EXPRESS_REVISION:-$(docker run --rm "${IMAGE_NAME}" -- npm show express version)}"
readonly EXPRESS_REPO="https://github.com/expressjs/express.git"
readonly PINO_REVISION=v"${PINO_REVISION:-$(docker run --rm "${IMAGE_NAME}" -- npm show pino version)}"
Expand Down

0 comments on commit 64a310c

Please sign in to comment.