Skip to content

Commit bc0cab9

Browse files
committed
[test] lit.cfg: Disable swift_interpreter tests when testing remotely
1 parent 7d94c24 commit bc0cab9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/lit.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,6 +1953,9 @@ def configure_remote_run():
19531953
config.target_swift_reflection_test = os.path.join(
19541954
remote_tmp_dir, 'bin', swift_reflection_test_name)
19551955
config.available_features.add('remote_run')
1956+
# Interpreter runs require local execution.
1957+
config.available_features.discard('swift_interpreter')
1958+
19561959

19571960
config.substitutions.append(("%target-sdk-name", config.target_sdk_name))
19581961

0 commit comments

Comments
 (0)