Skip to content

Commit 06b5ef3

Browse files
author
Harlan Haskins
authored
Merge pull request #23560 from harlanhaskins/rdar49240981-test-disable
[test] Disable failing test to unblock the bots
2 parents e2c8741 + 7a76788 commit 06b5ef3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/IDE/complete_constructor.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
// RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=AVAILABLE_1 | %FileCheck %s -check-prefix=AVAILABLE_1
5151
// RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=AVAILABLE_2 | %FileCheck %s -check-prefix=AVAILABLE_2
5252

53+
// REQUIRES: rdar49240981
54+
5355
func freeFunc() {}
5456

5557
//===---

0 commit comments

Comments
 (0)