Skip to content

Commit cc0d207

Browse files
committed
[Test] Disable Interpreter/SDK/objc_bridge_cast.swift and Interpreter/SDK/objc_dealloc.swift.
These tests are failing intermittently. Disabling them to keep PR testing happy while we figure out why. rdar://80079617
1 parent 92b7e13 commit cc0d207

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)