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
Tests didn't pass for external contributor because Rockset tests needs and API Key which is not available out of the Kestra organization.
These tests should only be run if the ROCKSET_APIKEY is set.
An attempt has been done using @EnabledIfEnvironmentVariable(named = "ROCKSET_APIKEY", matches = ".*") but it didn't work.
The text was updated successfully, but these errors were encountered:
Issue description
Tests didn't pass for external contributor because Rockset tests needs and API Key which is not available out of the Kestra organization.
These tests should only be run if the ROCKSET_APIKEY is set.
An attempt has been done using
@EnabledIfEnvironmentVariable(named = "ROCKSET_APIKEY", matches = ".*")
but it didn't work.The text was updated successfully, but these errors were encountered: