We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ea004 commit f0a7f67Copy full SHA for f0a7f67
1 file changed
crates/integration/src/test/ssh.rs
@@ -264,8 +264,7 @@ macro_rules! generate_long_running_block_ssh_test_for_shell {
264
// TODO(CORE-2333) PowerShell has no SSH wrapper.
265
// Requires the GCP IAP SSH integration testing VM. Set
266
// CAST_CODES_SSH_INTEGRATION_TESTS=1 to opt in.
267
- .set_should_run_test(|| {
268
- if std::env::var("CAST_CODES_SSH_INTEGRATION_TESTS").is_err() {
+ if std::env::var("CAST_CODES_SSH_INTEGRATION_TESTS").ok().as_deref() != Some("1") {
269
return false;
270
}
271
let (starter, _) = current_shell_starter_and_version();
0 commit comments