Skip to content

Commit 719053c

Browse files
authored
Merge pull request swiftlang#38225 from mikeash/disable-flaky-objc-tests
2 parents 063d8ae + cc0d207 commit 719053c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Interpreter/SDK/objc_bridge_cast.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// REQUIRES: executable_test
33

44
// REQUIRES: objc_interop
5+
// REQUIRES: rdar80079617
56

67
// Test dynamic casts that bridge value types through the runtime.
78

test/Interpreter/SDK/objc_dealloc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// REQUIRES: executable_test
33

44
// REQUIRES: objc_interop
5+
// REQUIRES: rdar80079617
56

67
import Foundation
78

0 commit comments

Comments
 (0)