Skip to content

Commit 3086bfc

Browse files
authored
Merge pull request #40206 from lorentey/disable-pr-blockers
[test] Disable failing tests
2 parents 7f0130d + 7e8124a commit 3086bfc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Interop/Cxx/modules/use-namespace-extension-lib.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
//
88
// REQUIRES: executable_test
99

10+
// https://bugs.swift.org/browse/SR-15488
11+
// REQUIRES: SR15488
12+
1013
import StdlibUnittest
1114
import Namespace
1215
import NamespaceExtensionLib

test/Interop/Cxx/modules/use-struct-from-bridge-extension-lib.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
//
88
// REQUIRES: executable_test
99

10+
// https://bugs.swift.org/browse/SR-15488
11+
// REQUIRES: SR15488
12+
1013
import StdlibUnittest
1114
import BridgeExtensionLib
1215

0 commit comments

Comments
 (0)