Skip to content

Commit ff0974c

Browse files
author
Sean Olszewski
committed
Add local lit config to temporarily disable test on the macOS in CI
* This is due to the latest macOS SDK being unavailable at the moment.
1 parent a11d359 commit ff0974c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
if 'OS=macosx' not in config.available_features:
2+
config.unsupported = True

Tests/Functional/Asynchronous/Use/main.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %{swiftc} %s -o %T/Use
22
// RUN: %T/Use > %t || true
33
// RUN: %{xctest_checker} %t %s
4+
// REQUIRES: OS=macosx
45

56
#if os(macOS)
67
import SwiftXCTest

0 commit comments

Comments
 (0)