Skip to content

Commit e790b2d

Browse files
authored
Merge pull request #67161 from edymtt/edymtt/skip-build-system-tests-on-device
Skip build system tests when targeting remote executors
2 parents e8b1a2b + 266c00d commit e790b2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
if ("remote_run" in config.available_features or
2+
"device_run" in config.available_features):
3+
lit_config.note("Skipping build system tests, since they are not supported on remote executors")
4+
config.unsupported = True

0 commit comments

Comments
 (0)