Skip to content

Commit b6b9006

Browse files
authored
Merge pull request #40213 from apple/lorentey-patch-1
[wrangler] Disable IDE/complete_from_clang_framework.swift
2 parents 4a18dac + 423f0c3 commit b6b9006

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IDE/complete_from_clang_framework.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
// RUN: %target-swift-ide-test -code-completion -source-filename %s -F %S/Inputs/mock-sdk -enable-objc-interop -code-completion-token=TYPE_MODULE_QUALIFIER | %FileCheck %s -check-prefix=MODULE_QUALIFIER
3232
// RUN: %target-swift-ide-test -code-completion -source-filename %s -F %S/Inputs/mock-sdk -enable-objc-interop -code-completion-token=EXPR_MODULE_QUALIFIER | %FileCheck %s -check-prefix=MODULE_QUALIFIER
3333

34+
// Disabled due to CI failures on macosx-arm64 & watchsimulator-i386 (https://ci.swift.org/job/swift-PR-macos/29960/console)
35+
// REQUIRES: rdar85471345
36+
3437
import Foo
3538
// Don't import FooHelper directly in this test!
3639
// import FooHelper

0 commit comments

Comments
 (0)