Azure / iot-identity-service

Source of the Azure IoT Identity Service and related services.
MIT License
37 stars 46 forks source link

Disable X.509 E2E tests on Ubuntu 22.04 #516

Closed gordonwang0 closed 1 year ago

gordonwang0 commented 1 year ago

A bug in openssl 3, which is used in Ubuntu 22.04, causes an error when attempting to use openssl s_client with an engine. For now, disable the X.509 Ubuntu 22.04 E2E test runs so that the E2E tests can pass.

The openssl bug is tracked here: https://github.com/openssl/openssl/issues/20161 Revert this commit once the bug is fixed.

arsing commented 1 year ago

I thought we agreed we would just skip the get-twin.sh call.