There are some tests that cannot be run in ci (e.g. runtime loading GDNative libraries). These tests are toggled to return early by checking for the existence of an environment variable called VSS_ENV.
Currently, this does not appear to be working. A workaround is in place by checking for the Server feature, but this is not ideal.
There are some tests that cannot be run in ci (e.g. runtime loading GDNative libraries). These tests are toggled to return early by checking for the existence of an environment variable called
VSS_ENV
.Currently, this does not appear to be working. A workaround is in place by checking for the
Server
feature, but this is not ideal.