diff --git a/validation-test/Python/line-directive.swift b/validation-test/Python/line-directive.swift index 675b598fa0633..3704172b81006 100644 --- a/validation-test/Python/line-directive.swift +++ b/validation-test/Python/line-directive.swift @@ -1 +1,2 @@ +// REQUIRES: rdar60084334 // RUN: %{python} %utils/line-directive diff --git a/validation-test/Python/python-lint.swift b/validation-test/Python/python-lint.swift index d741de653feee..04d7babf03e72 100644 --- a/validation-test/Python/python-lint.swift +++ b/validation-test/Python/python-lint.swift @@ -1,3 +1,4 @@ +// REQUIRES: rdar60084797 // RUN: %{python} %utils/python_lint.py // Continuous integration for the OS X Platform also runs the tests in the iPhone, Apple TV and Apple Watch simulators. // We only need to run python linting once per OSX Platform test run, rather than once for each supported Apple device.