We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1796d7 commit 6226399Copy full SHA for 6226399
Sources/SKTestSupport/SkipUnless.swift
@@ -481,7 +481,7 @@ package actor SkipUnless {
481
file: StaticString = #filePath,
482
line: UInt = #line
483
) async throws {
484
- return try await shared.skipUnlessSupported(file: file, line: line) {
+ return try await shared.skipUnlessSupported(allowSkippingInCI: true, file: file, line: line) {
485
#if os(macOS)
486
let project = try await SwiftPMTestProject(files: [
487
"MyFile.swift": """
0 commit comments