Files
swift-mirror/validation-test/BuildSystem/lit.local.cfg
Eric Miotto 266c00d285 Skip build system tests when targeting remote executors
These will be still exercised when targeting macOS, Linux and Windows.

Addresses rdar://111854328
2023-07-06 09:50:02 -07:00

5 lines
228 B
INI

if ("remote_run" in config.available_features or
"device_run" in config.available_features):
lit_config.note("Skipping build system tests, since they are not supported on remote executors")
config.unsupported = True