You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the matrix of Linux test platforms expands, is has become necessary to skip tests on specific versions of Linux which do not meet system requirements for certain features of ASP.NET Core.
For example, HTTP/2 does not work on Debian 8 because the version of OpenSSL it uses is too old.
We're actually moving away from granular skips and toward quarantining tests across the board. We also seem to have the skip conditions we need when tests don't run on one or more platforms.
As the matrix of Linux test platforms expands, is has become necessary to skip tests on specific versions of Linux which do not meet system requirements for certain features of ASP.NET Core.
For example, HTTP/2 does not work on Debian 8 because the version of OpenSSL it uses is too old.
Desired usage:
The text was updated successfully, but these errors were encountered: