Skip to content

Commit 8a3a682

Browse files
authored
Merge pull request swiftlang#35421 from bnbarham/wrangler-73174820
[Test] Temporarily disable tests blocking PR testing
2 parents ffa5593 + 86c292c commit 8a3a682

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/stdlib/Compatibility50Linking.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %target-run %t/main
55
// REQUIRES: objc_interop
66
// REQUIRES: executable_test
7+
// REQUIRES: rdar73174820
78

89
// The compatibility library needs to have no build-time dependencies on
910
// libswiftCore so it can be linked into a program that doesn't link

validation-test/Runtime/class_update_callback_with_fixed_layout.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
// REQUIRES: executable_test
2727
// REQUIRES: objc_interop
28+
// REQUIRES: rdar73174820
2829

2930
#import <objc/runtime.h>
3031
#import <assert.h>

0 commit comments

Comments
 (0)